Html Css Color HEX #9E0FDE Dark Violet

📋 copy color: '#9E0FDE'

red 158 ◦ green 15 ◦ blue 222

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

Shades of Dark Violet #9E0FDE

Tints of Dark Violet #9E0FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.8%

 BLUE value IS 222 (87.11% from 255) = 56.2%

R = 40%
G = 3.8%
B = 56.2%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E0FDE (or 0x9E0FDE) is known color: Dark Violet. HEX triplet: 9E, 0F and DE. RGB value is (158,15,222). Sum of RGB (Red+Green+Blue) = 158+15+222=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E0FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0FDE is #61F021. Grayscale: #505050. Windows color (decimal): -6418466 or 14552990. OLE color: 14552990.

HSL color Cylindrical-coordinate representation of color #9E0FDE: hue angle of 281.45º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0FDE is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 15 222 -
CMYK 0.29 0.93 0 0.13
HSL 281.45º 0.87% 0.46% -
HSV(B) 281.45º 0.93% 0.87% -
XYZ 27.46 12.88 70.15 -
YUV 81.36 207.38 182.67 -
System Red Green Blue C M Y K H S L
Decimal 158 15 222 0.29 0.93 0 0.13 281.45 0.87 0.46
Hex 9E F DE 1D 5D 0 D 119 57 2E
Octal 236 17 336 35 135 0 15 431 127 56
Binary 10011110 1111 11011110 11101 1011101 0 1101 100011001 1010111 101110

Color Harmonies of #9E0FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0FDE

Black with #9E0FDE

Text Example


Text Example

White with #9E0FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,15,222); }

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

background-color css

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

 a { background-color: rgb(158,15,222); }

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

border-color css

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

 span { border-color: rgb(158,15,222); }

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