Html Css Color HEX #9E20CE Dark Orchid

📋 copy color: '#9E20CE'

red 158 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #9E20CE

Tints of Dark Orchid #9E20CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.08%

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 39.9%
G = 8.08%
B = 52.02%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E20CE (or 0x9E20CE) is known color: Dark Orchid. HEX triplet: 9E, 20 and CE. RGB value is (158,32,206). Sum of RGB (Red+Green+Blue) = 158+32+206=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E20CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E20CE is #61DF31. Grayscale: #585858. Windows color (decimal): -6414130 or 13508766. OLE color: 13508766.

HSL color Cylindrical-coordinate representation of color #9E20CE: hue angle of 283.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E20CE is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 32 206 -
CMYK 0.23 0.84 0 0.19
HSL 283.45º 0.73% 0.47% -
HSV(B) 283.45º 0.84% 0.81% -
XYZ 25.76 12.76 59.5 -
YUV 89.51 193.74 176.85 -
System Red Green Blue C M Y K H S L
Decimal 158 32 206 0.23 0.84 0 0.19 283.45 0.73 0.47
Hex 9E 20 CE 17 54 0 13 11B 49 2F
Octal 236 40 316 27 124 0 23 433 111 57
Binary 10011110 100000 11001110 10111 1010100 0 10011 100011011 1001001 101111

Color Harmonies of #9E20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E20CE

Black with #9E20CE

Text Example


Text Example

White with #9E20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,32,206); }

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

background-color css

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

 a { background-color: rgb(158,32,206); }

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

border-color css

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

 span { border-color: rgb(158,32,206); }

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