#9911BA

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

Shades of Dark Violet #9911BA

Tints of Dark Violet #9911BA

Color information

#9911BA (or 0x9911BA) is unknown color: approx Dark Violet. HEX triplet: 99, 11 and BA. RGB value is (153,17,186). Sum of RGB (Red+Green+Blue) = 153+17+186=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #9911BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9911BA is #66EE45. Grayscale: #4C4C4C. Windows color (decimal): -6745670 or 12194201. OLE color: 12194201.

HSL color Cylindrical-coordinate representation of color #9911BA: hue angle of 288.28º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9911BA is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15317186-
CMYK0.180.9100.27
HSL288.28º83.25%39.8%-
HSV(B)288.28º90.86%72.94%-
XYZ22.210.7247.35-
YUV76.93189.56182.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 17 (7.03% from 255) = 4.78%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=42.98%
G=4.78%
B=52.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153171860.180.9100.27288.2883.2539.8
Hex9911BA125B01B1205328
Octal231212722213303344012350
Binary1001100110001101110101001010110110110111001000001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9911BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,17,186); }

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

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

 a { background-color: rgb(153,17,186); }

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

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

 span { border-color: rgb(153,17,186); }

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