#9600BA

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

Shades of Dark Violet #9600BA

Tints of Dark Violet #9600BA

Color information

#9600BA (or 0x9600BA) is unknown color: approx Dark Violet. HEX triplet: 96, 00 and BA. RGB value is (150,0,186). Sum of RGB (Red+Green+Blue) = 150+0+186=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #9600BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9600BA is #69FF45. Grayscale: #414141. Windows color (decimal): -6946630 or 12189846. OLE color: 12189846.

HSL color Cylindrical-coordinate representation of color #9600BA: hue angle of 288.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600BA is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1500186-
CMYK0.19100.27
HSL288.39º100%36.47%-
HSV(B)288.39º100%72.94%-
XYZ21.4410.0347.26-
YUV66.05195.7187.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=44.64%
G=0%
B=55.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15001860.19100.27288.3910036.47
Hex960BA136401B1206424
Octal22602722314403344014444
Binary100101100101110101001111001000110111001000001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9600BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9600BA; }

 p { color: rgb(150,0,186); }

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

<style>
 a { background-color: #9600BA; }

 a { background-color: rgb(150,0,186); }

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

<style>
 span { border-color: #9600BA; }

 span { border-color: rgb(150,0,186); }

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