#9607B2

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

Shades of Dark Violet #9607B2

Tints of Dark Violet #9607B2

Color information

#9607B2 (or 0x9607B2) is unknown color: approx Dark Violet. HEX triplet: 96, 07 and B2. RGB value is (150,7,178). Sum of RGB (Red+Green+Blue) = 150+7+178=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 178 (69.92% from 255 or 53.13% from 335); Max value from RGB is 178 - color contains mainly: blue. Hex color #9607B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9607B2 is #69F84D. Grayscale: #444444. Windows color (decimal): -6944846 or 11667350. OLE color: 11667350.

HSL color Cylindrical-coordinate representation of color #9607B2: hue angle of 290.18º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9607B2 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1507178-
CMYK0.160.9600.30
HSL290.18º92.43%36.27%-
HSV(B)290.18º96.07%69.8%-
XYZ20.699.8542.93-
YUV69.25189.38185.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 7 (3.12% from 255) = 2.09%
BLUE value IS 178 (69.92% from 255) = 53.13%
R=44.78%
G=2.09%
B=53.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15071780.160.9600.30290.1892.4336.27
Hex967B2106001E1225c24
Octal22672622014003644213444
Binary10010110111101100101000011000000111101001000101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9607B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9607B2; }

 p { color: rgb(150,7,178); }

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

<style>
 a { background-color: #9607B2; }

 a { background-color: rgb(150,7,178); }

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

<style>
 span { border-color: #9607B2; }

 span { border-color: rgb(150,7,178); }

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