#9C12BF

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

Shades of Dark Violet #9C12BF

Tints of Dark Violet #9C12BF

Color information

#9C12BF (or 0x9C12BF) is unknown color: approx Dark Violet. HEX triplet: 9C, 12 and BF. RGB value is (156,18,191). Sum of RGB (Red+Green+Blue) = 156+18+191=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C12BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C12BF is #63ED40. Grayscale: #4E4E4E. Windows color (decimal): -6548801 or 12522140. OLE color: 12522140.

HSL color Cylindrical-coordinate representation of color #9C12BF: hue angle of 287.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C12BF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15618191-
CMYK0.180.9100.25
HSL287.86º82.78%40.98%-
HSV(B)287.86º90.58%74.9%-
XYZ23.3311.2650.23-
YUV78.98191.22182.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 18 (7.42% from 255) = 4.93%
BLUE value IS 191 (75% from 255) = 52.33%
R=42.74%
G=4.93%
B=52.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156181910.180.9100.25287.8682.7840.98
Hex9C12BF125B0191205329
Octal234222772213303144012351
Binary1001110010010101111111001010110110110011001000001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C12BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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