#9E12BB

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

Shades of Dark Violet #9E12BB

Tints of Dark Violet #9E12BB

Color information

#9E12BB (or 0x9E12BB) is unknown color: approx Dark Violet. HEX triplet: 9E, 12 and BB. RGB value is (158,18,187). Sum of RGB (Red+Green+Blue) = 158+18+187=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E12BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E12BB is #61ED44. Grayscale: #4E4E4E. Windows color (decimal): -6417733 or 12259998. OLE color: 12259998.

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

Color convert

RGB15818187-
CMYK0.160.9000.27
HSL289.7º82.44%40.2%-
HSV(B)289.7º90.37%73.33%-
XYZ23.2911.2947.97-
YUV79.13188.88184.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.53%
GREEN value IS 18 (7.42% from 255) = 4.96%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=43.53%
G=4.96%
B=51.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158181870.160.9000.27289.782.4440.2
Hex9E12BB105A01B1225228
Octal236222732013203344212250
Binary1001111010010101110111000010110100110111001000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E12BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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