#9611BA

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

Shades of Dark Violet #9611BA

Tints of Dark Violet #9611BA

Color information

#9611BA (or 0x9611BA) is unknown color: approx Dark Violet. HEX triplet: 96, 11 and BA. RGB value is (150,17,186). Sum of RGB (Red+Green+Blue) = 150+17+186=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #9611BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9611BA is #69EE45. Grayscale: #4B4B4B. Windows color (decimal): -6942278 or 12194198. OLE color: 12194198.

HSL color Cylindrical-coordinate representation of color #9611BA: hue angle of 287.22º 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 #9611BA is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15017186-
CMYK0.190.9100.27
HSL287.22º83.25%39.8%-
HSV(B)287.22º90.86%72.94%-
XYZ21.6410.4347.33-
YUV76.03190.06180.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 17 (7.03% from 255) = 4.82%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=42.49%
G=4.82%
B=52.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150171860.190.9100.27287.2283.2539.8
Hex9611BA135B01B11f5328
Octal226212722313303343712350
Binary1001011010001101110101001110110110110111000111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9611BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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