Html Css Color HEX #9E0DCA Dark Violet

📋 copy color: '#9E0DCA'

red 158 ◦ green 13 ◦ blue 202

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

Shades of Dark Violet #9E0DCA

Tints of Dark Violet #9E0DCA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.49%

 BLUE value IS 202 (79.3% from 255) = 54.16%

R = 42.36%
G = 3.49%
B = 54.16%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E0DCA (or 0x9E0DCA) is known color: Dark Violet. HEX triplet: 9E, 0D and CA. RGB value is (158,13,202). Sum of RGB (Red+Green+Blue) = 158+13+202=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E0DCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0DCA is #61F235. Grayscale: #4D4D4D. Windows color (decimal): -6418998 or 13241758. OLE color: 13241758.

HSL color Cylindrical-coordinate representation of color #9E0DCA: hue angle of 286.03º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0DCA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 13 202 -
CMYK 0.22 0.94 0 0.21
HSL 286.03º 0.88% 0.42% -
HSV(B) 286.03º 0.94% 0.79% -
XYZ 24.91 11.82 56.85 -
YUV 77.9 198.04 185.13 -
System Red Green Blue C M Y K H S L
Decimal 158 13 202 0.22 0.94 0 0.21 286.03 0.88 0.42
Hex 9E D CA 16 5E 0 15 11E 58 2A
Octal 236 15 312 26 136 0 25 436 130 52
Binary 10011110 1101 11001010 10110 1011110 0 10101 100011110 1011000 101010

Color Harmonies of #9E0DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0DCA

Black with #9E0DCA

Text Example


Text Example

White with #9E0DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,13,202); }

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

background-color css

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

 a { background-color: rgb(158,13,202); }

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

border-color css

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

 span { border-color: rgb(158,13,202); }

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