#9608DF

Color #9608DF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9608DF

Tints of Dark Violet #9608DF

Color information

#9608DF (or 0x9608DF) is unknown color: approx Dark Violet. HEX triplet: 96, 08 and DF. RGB value is (150,8,223). Sum of RGB (Red+Green+Blue) = 150+8+223=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #9608DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9608DF is #69F720. Grayscale: #4A4A4A. Windows color (decimal): -6944545 or 14616726. OLE color: 14616726.

HSL color Cylindrical-coordinate representation of color #9608DF: hue angle of 279.63º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9608DF is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1508223-
CMYK0.330.9600.13
HSL279.63º93.07%45.29%-
HSV(B)279.63º96.41%87.45%-
XYZ25.9811.9970.76-
YUV74.97211.54181.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 8 (3.52% from 255) = 2.10%
BLUE value IS 223 (87.5% from 255) = 58.53%
R=39.37%
G=2.10%
B=58.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15082230.330.9600.13279.6393.0745.29
Hex968DF21600D1185d2d
Octal226103374114001543013555
Binary100101101000110111111000011100000011011000110001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9608DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9608DF; }

 p { color: rgb(150,8,223); }

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

<style>
 a { background-color: #9608DF; }

 a { background-color: rgb(150,8,223); }

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

<style>
 span { border-color: #9608DF; }

 span { border-color: rgb(150,8,223); }

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