#9639EA

Color #9639EA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9639EA

Tints of Blue Violet #9639EA

Color information

#9639EA (or 0x9639EA) is unknown color: approx Blue Violet. HEX triplet: 96, 39 and EA. RGB value is (150,57,234). Sum of RGB (Red+Green+Blue) = 150+57+234=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #9639EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9639EA is #69C615. Grayscale: #686868. Windows color (decimal): -6931990 or 15350166. OLE color: 15350166.

HSL color Cylindrical-coordinate representation of color #9639EA: hue angle of 271.53º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9639EA is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15057234-
CMYK0.360.7600.08
HSL271.53º80.82%57.06%-
HSV(B)271.53º75.64%91.76%-
XYZ28.8915.3579.28-
YUV104.98200.81160.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 57 (22.66% from 255) = 12.93%
BLUE value IS 234 (91.80% from 255) = 53.06%
R=34.01%
G=12.93%
B=53.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal150572340.360.7600.08271.5380.8257.06
Hex9639EA244C081105139
Octal226713524411401042012171
Binary10010110111001111010101001001001100010001000100001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9639EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9639EA; }

 p { color: rgb(150,57,234); }

 H1.HeaderClassName
 {
   color: #9639EA;
 }
 .AnyTagClassName
 {
   color: #9639EA;
 }
</style>
background-color css

<style>
 a { background-color: #9639EA; }

 a { background-color: rgb(150,57,234); }

 div.DivClassName
 {
   background-color: #9639EA;
 }
 .BgClassName
 {
   background-color: #9639EA;
 }
</style>
border-color css

<style>
 span { border-color: #9639EA; }

 span { border-color: rgb(150,57,234); }

 td.TdClassName
 {
   border-color: #9639EA;
 }
 .TagClassName
 {
   border-color: #9639EA;
 }
</style>