#9601B7

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

Shades of Dark Violet #9601B7

Tints of Dark Violet #9601B7

Color information

#9601B7 (or 0x9601B7) is unknown color: approx Dark Violet. HEX triplet: 96, 01 and B7. RGB value is (150,1,183). Sum of RGB (Red+Green+Blue) = 150+1+183=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #9601B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9601B7 is #69FE48. Grayscale: #414141. Windows color (decimal): -6946377 or 11993494. OLE color: 11993494.

HSL color Cylindrical-coordinate representation of color #9601B7: hue angle of 289.12º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9601B7 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1501183-
CMYK0.180.9900.28
HSL289.12º98.91%36.08%-
HSV(B)289.12º99.45%71.76%-
XYZ21.149.9245.6-
YUV66.3193.86187.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 183 (71.88% from 255) = 54.79%
R=44.91%
G=0.30%
B=54.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15011830.180.9900.28289.1298.9136.08
Hex961B7126301C1216324
Octal22612672214303444114344
Binary100101101101101111001011000110111001001000011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9601B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9601B7; }

 p { color: rgb(150,1,183); }

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

<style>
 a { background-color: #9601B7; }

 a { background-color: rgb(150,1,183); }

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

<style>
 span { border-color: #9601B7; }

 span { border-color: rgb(150,1,183); }

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