#9D11BA

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

Shades of Dark Violet #9D11BA

Tints of Dark Violet #9D11BA

Color information

#9D11BA (or 0x9D11BA) is unknown color: approx Dark Violet. HEX triplet: 9D, 11 and BA. RGB value is (157,17,186). Sum of RGB (Red+Green+Blue) = 157+17+186=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D11BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D11BA is #62EE45. Grayscale: #4D4D4D. Windows color (decimal): -6483526 or 12194205. OLE color: 12194205.

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

Color convert

RGB15717186-
CMYK0.160.9100.27
HSL289.7º83.25%39.8%-
HSV(B)289.7º90.86%72.94%-
XYZ22.9711.1147.39-
YUV78.13188.88184.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.61%
GREEN value IS 17 (7.03% from 255) = 4.72%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=43.61%
G=4.72%
B=51.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157171860.160.9100.27289.783.2539.8
Hex9D11BA105B01B1225328
Octal235212722013303344212350
Binary1001110110001101110101000010110110110111001000101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D11BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D11BA; }

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

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

<style>
 a { background-color: #9D11BA; }

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

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

<style>
 span { border-color: #9D11BA; }

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

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