Html Css Color HEX #9E12BE Dark Violet

📋 copy color: '#9E12BE'

red 158 ◦ green 18 ◦ blue 190

#9E12BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9E12BE

Tints of Dark Violet #9E12BE

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 value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E12BE (or 0x9E12BE) is known color: 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

RGB 158 18 190 -
CMYK 0.17 0.91 0 0.25
HSL 288.84º 0.83% 0.41% -
HSV(B) 288.84º 0.91% 0.75% -
XYZ 23.61 11.42 49.67 -
YUV 79.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 158 18 190 0.17 0.91 0 0.25 288.84 0.83 0.41
Hex 9E 12 BE 11 5B 0 19 121 53 29
Octal 236 22 276 21 133 0 31 441 123 51
Binary 10011110 10010 10111110 10001 1011011 0 11001 100100001 1010011 101001

Color Harmonies of #9E12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E12BE

Black with #9E12BE

Text Example


Text Example

White with #9E12BE

Text Example


Text Example

HTML Codes & Css Web 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>