#9C11BA

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

Shades of Dark Violet #9C11BA

Tints of Dark Violet #9C11BA

Color information

#9C11BA (or 0x9C11BA) is unknown color: approx Dark Violet. HEX triplet: 9C, 11 and BA. RGB value is (156,17,186). Sum of RGB (Red+Green+Blue) = 156+17+186=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C11BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C11BA is #63EE45. Grayscale: #4D4D4D. Windows color (decimal): -6549062 or 12194204. OLE color: 12194204.

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

Color convert

RGB15617186-
CMYK0.160.9100.27
HSL289.35º83.25%39.8%-
HSV(B)289.35º90.86%72.94%-
XYZ22.7711.0147.38-
YUV77.83189.05183.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.45%
GREEN value IS 17 (7.03% from 255) = 4.74%
BLUE value IS 186 (73.05% from 255) = 51.81%
R=43.45%
G=4.74%
B=51.81%

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
Decimal156171860.160.9100.27289.3583.2539.8
Hex9C11BA105B01B1215328
Octal234212722013303344112350
Binary1001110010001101110101000010110110110111001000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C11BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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