Html Css Color HEX #9E04E0 Dark Violet

📋 copy color: '#9E04E0'

red 158 ◦ green 4 ◦ blue 224

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

Shades of Dark Violet #9E04E0

Tints of Dark Violet #9E04E0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

 BLUE value IS 224 (87.89% from 255) = 58.03%

R = 40.93%
G = 1.04%
B = 58.03%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9E04E0 (or 0x9E04E0) is known color: Dark Violet. HEX triplet: 9E, 04 and E0. RGB value is (158,4,224). Sum of RGB (Red+Green+Blue) = 158+4+224=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E04E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E04E0 is #61FB1F. Grayscale: #4A4A4A. Windows color (decimal): -6421280 or 14681246. OLE color: 14681246.

HSL color Cylindrical-coordinate representation of color #9E04E0: hue angle of 282º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E04E0 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 4 224 -
CMYK 0.29 0.98 0 0.12
HSL 282º 0.96% 0.45% -
HSV(B) 282º 0.98% 0.88% -
XYZ 27.6 12.74 71.53 -
YUV 75.13 212.02 187.11 -
System Red Green Blue C M Y K H S L
Decimal 158 4 224 0.29 0.98 0 0.12 282 0.96 0.45
Hex 9E 4 E0 1D 62 0 C 11A 60 2D
Octal 236 4 340 35 142 0 14 432 140 55
Binary 10011110 100 11100000 11101 1100010 0 1100 100011010 1100000 101101

Color Harmonies of #9E04E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E04E0

Black with #9E04E0

Text Example


Text Example

White with #9E04E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,4,224); }

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

background-color css

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

 a { background-color: rgb(158,4,224); }

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

border-color css

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

 span { border-color: rgb(158,4,224); }

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