#9811BA

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

Shades of Dark Violet #9811BA

Tints of Dark Violet #9811BA

Color information

#9811BA (or 0x9811BA) is unknown color: approx Dark Violet. HEX triplet: 98, 11 and BA. RGB value is (152,17,186). Sum of RGB (Red+Green+Blue) = 152+17+186=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #9811BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9811BA is #67EE45. Grayscale: #4C4C4C. Windows color (decimal): -6811206 or 12194200. OLE color: 12194200.

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

Color convert

RGB15217186-
CMYK0.180.9100.27
HSL287.93º83.25%39.8%-
HSV(B)287.93º90.86%72.94%-
XYZ22.0110.6247.34-
YUV76.63189.73181.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 17 (7.03% from 255) = 4.79%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=42.82%
G=4.79%
B=52.39%

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
Decimal152171860.180.9100.27287.9383.2539.8
Hex9811BA125B01B1205328
Octal230212722213303344012350
Binary1001100010001101110101001010110110110111001000001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9811BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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