#9F3EA6

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

Shades of Violet Blue #9F3EA6

Tints of Violet Blue #9F3EA6

Color information

#9F3EA6 (or 0x9F3EA6) is unknown color: approx Violet Blue. HEX triplet: 9F, 3E and A6. RGB value is (159,62,166). Sum of RGB (Red+Green+Blue) = 159+62+166=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 166 - color contains mainly: blue. Hex color #9F3EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3EA6 is #60C159. Grayscale: #666666. Windows color (decimal): -6340954 or 10895007. OLE color: 10895007.

HSL color Cylindrical-coordinate representation of color #9F3EA6: hue angle of 295.96º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F3EA6 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15962166-
CMYK0.040.6300.35
HSL295.96º45.61%44.71%-
HSV(B)295.96º62.65%65.1%-
XYZ22.913.5737.49-
YUV102.86163.64168.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 62 (24.61% from 255) = 16.02%
BLUE value IS 166 (65.23% from 255) = 42.89%
R=41.09%
G=16.02%
B=42.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159621660.040.6300.35295.9645.6144.71
Hex9F3EA643F0231282e2d
Octal237762464770434505655
Binary10011111111110101001101001111110100011100101000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F3EA6; }

 p { color: rgb(159,62,166); }

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

<style>
 a { background-color: #9F3EA6; }

 a { background-color: rgb(159,62,166); }

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

<style>
 span { border-color: #9F3EA6; }

 span { border-color: rgb(159,62,166); }

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