Html Css Color HEX #9E36DC Dark Orchid

📋 copy color: '#9E36DC'

red 158 ◦ green 54 ◦ blue 220

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

Shades of Dark Orchid #9E36DC

Tints of Dark Orchid #9E36DC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.5%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 36.57%
G = 12.5%
B = 50.93%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E36DC (or 0x9E36DC) is known color: Dark Orchid. HEX triplet: 9E, 36 and DC. RGB value is (158,54,220). Sum of RGB (Red+Green+Blue) = 158+54+220=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E36DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E36DC is #61C923. Grayscale: #676767. Windows color (decimal): -6408484 or 14431902. OLE color: 14431902.

HSL color Cylindrical-coordinate representation of color #9E36DC: hue angle of 277.59º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E36DC is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 54 220 -
CMYK 0.28 0.75 0 0.14
HSL 277.59º 0.7% 0.54% -
HSV(B) 277.59º 0.75% 0.86% -
XYZ 28.34 15.07 69.13 -
YUV 104.02 193.46 166.5 -
System Red Green Blue C M Y K H S L
Decimal 158 54 220 0.28 0.75 0 0.14 277.59 0.7 0.54
Hex 9E 36 DC 1C 4B 0 E 116 46 36
Octal 236 66 334 34 113 0 16 426 106 66
Binary 10011110 110110 11011100 11100 1001011 0 1110 100010110 1000110 110110

Color Harmonies of #9E36DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E36DC

Black with #9E36DC

Text Example


Text Example

White with #9E36DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,54,220); }

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

background-color css

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

 a { background-color: rgb(158,54,220); }

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

border-color css

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

 span { border-color: rgb(158,54,220); }

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