Html Css Color HEX #9E0EEA Dark Violet

📋 copy color: '#9E0EEA'

red 158 ◦ green 14 ◦ blue 234

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

Shades of Dark Violet #9E0EEA

Tints of Dark Violet #9E0EEA

RGB

 RED value IS 158 (62.11% from 255) = 38.92%

 GREEN value IS 14 (5.86% from 255) = 3.45%

 BLUE value IS 234 (91.8% from 255) = 57.64%

R = 38.92%
G = 3.45%
B = 57.64%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E0EEA (or 0x9E0EEA) is known color: Dark Violet. HEX triplet: 9E, 0E and EA. RGB value is (158,14,234). Sum of RGB (Red+Green+Blue) = 158+14+234=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E0EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E0EEA is #61F115. Grayscale: #515151. Windows color (decimal): -6418710 or 15339166. OLE color: 15339166.

HSL color Cylindrical-coordinate representation of color #9E0EEA: hue angle of 279.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0EEA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 14 234 -
CMYK 0.32 0.94 0 0.08
HSL 279.27º 0.89% 0.49% -
HSV(B) 279.27º 0.94% 0.92% -
XYZ 29.11 13.52 78.92 -
YUV 82.14 213.71 182.11 -
System Red Green Blue C M Y K H S L
Decimal 158 14 234 0.32 0.94 0 0.08 279.27 0.89 0.49
Hex 9E E EA 20 5E 0 8 117 59 31
Octal 236 16 352 40 136 0 10 427 131 61
Binary 10011110 1110 11101010 100000 1011110 0 1000 100010111 1011001 110001

Color Harmonies of #9E0EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0EEA

Black with #9E0EEA

Text Example


Text Example

White with #9E0EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,14,234); }

 H1.HeaderClassName
 {
   color: #9E0EEA;
 }
 .AnyTagClassName
 {
   color: #9E0EEA;
 }
</style>

background-color css

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

 a { background-color: rgb(158,14,234); }

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

border-color css

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

 span { border-color: rgb(158,14,234); }

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