Html Css Color HEX #9E0CDE Dark Violet

📋 copy color: '#9E0CDE'

red 158 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #9E0CDE

Tints of Dark Violet #9E0CDE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.06%

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

R = 40.31%
G = 3.06%
B = 56.63%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E0CDE (or 0x9E0CDE) is known color: Dark Violet. HEX triplet: 9E, 0C and DE. RGB value is (158,12,222). Sum of RGB (Red+Green+Blue) = 158+12+222=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E0CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0CDE is #61F321. Grayscale: #4E4E4E. Windows color (decimal): -6419234 or 14552222. OLE color: 14552222.

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

Color convert

RGB 158 12 222 -
CMYK 0.29 0.95 0 0.13
HSL 281.71º 0.9% 0.46% -
HSV(B) 281.71º 0.95% 0.87% -
XYZ 27.42 12.81 70.13 -
YUV 79.59 208.37 183.92 -
System Red Green Blue C M Y K H S L
Decimal 158 12 222 0.29 0.95 0 0.13 281.71 0.9 0.46
Hex 9E C DE 1D 5F 0 D 11A 5A 2E
Octal 236 14 336 35 137 0 15 432 132 56
Binary 10011110 1100 11011110 11101 1011111 0 1101 100011010 1011010 101110

Color Harmonies of #9E0CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0CDE

Black with #9E0CDE

Text Example


Text Example

White with #9E0CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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