#9E12C1

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

Shades of Dark Violet #9E12C1

Tints of Dark Violet #9E12C1

Color information

#9E12C1 (or 0x9E12C1) is unknown color: approx Dark Violet. HEX triplet: 9E, 12 and C1. RGB value is (158,18,193). Sum of RGB (Red+Green+Blue) = 158+18+193=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E12C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E12C1 is #61ED3E. Grayscale: #4F4F4F. Windows color (decimal): -6417727 or 12653214. OLE color: 12653214.

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

Color convert

RGB15818193-
CMYK0.180.9100.24
HSL288º82.94%41.37%-
HSV(B)288º90.67%75.69%-
XYZ23.9411.5551.42-
YUV79.81191.88183.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.82%
GREEN value IS 18 (7.42% from 255) = 4.88%
BLUE value IS 193 (75.78% from 255) = 52.30%
R=42.82%
G=4.88%
B=52.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal158181930.180.9100.2428882.9441.37
Hex9E12C1125B0181205329
Octal236223012213303044012351
Binary1001111010010110000011001010110110110001001000001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E12C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,18,193); }

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

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

 a { background-color: rgb(158,18,193); }

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

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

 span { border-color: rgb(158,18,193); }

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