#9C12BB

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

Shades of Dark Violet #9C12BB

Tints of Dark Violet #9C12BB

Color information

#9C12BB (or 0x9C12BB) is unknown color: approx Dark Violet. HEX triplet: 9C, 12 and BB. RGB value is (156,18,187). Sum of RGB (Red+Green+Blue) = 156+18+187=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C12BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C12BB is #63ED44. Grayscale: #4D4D4D. Windows color (decimal): -6548805 or 12259996. OLE color: 12259996.

HSL color Cylindrical-coordinate representation of color #9C12BB: hue angle of 288.99º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C12BB is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15618187-
CMYK0.170.9000.27
HSL288.99º82.44%40.2%-
HSV(B)288.99º90.37%73.33%-
XYZ22.911.0947.95-
YUV78.53189.22183.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.21%
GREEN value IS 18 (7.42% from 255) = 4.99%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=43.21%
G=4.99%
B=51.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156181870.170.9000.27288.9982.4440.2
Hex9C12BB115A01B1215228
Octal234222732113203344112250
Binary1001110010010101110111000110110100110111001000011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C12BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,18,187); }

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

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

 a { background-color: rgb(156,18,187); }

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

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

 span { border-color: rgb(156,18,187); }

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