#9E12BE

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

Shades of Dark Violet #9E12BE

Tints of Dark Violet #9E12BE

Color information

#9E12BE (or 0x9E12BE) is unknown color: approx Dark Violet. HEX triplet: 9E, 12 and BE. RGB value is (158,18,190). Sum of RGB (Red+Green+Blue) = 158+18+190=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E12BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E12BE is #61ED41. Grayscale: #4E4E4E. Windows color (decimal): -6417730 or 12456606. OLE color: 12456606.

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

Color convert

RGB15818190-
CMYK0.170.9100.25
HSL288.84º82.69%40.78%-
HSV(B)288.84º90.53%74.51%-
XYZ23.6111.4249.67-
YUV79.47190.38184.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 18 (7.42% from 255) = 4.92%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=43.17%
G=4.92%
B=51.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158181900.170.9100.25288.8482.6940.78
Hex9E12BE115B0191215329
Octal236222762113303144112351
Binary1001111010010101111101000110110110110011001000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E12BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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