Html Css Color HEX #9E50CD Deep Lilac

📋 copy color: '#9E50CD'

red 158 ◦ green 80 ◦ blue 205

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

Shades of Deep Lilac #9E50CD

Tints of Deep Lilac #9E50CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.06%

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 35.67%
G = 18.06%
B = 46.28%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E50CD (or 0x9E50CD) is known color: Deep Lilac. HEX triplet: 9E, 50 and CD. RGB value is (158,80,205). Sum of RGB (Red+Green+Blue) = 158+80+205=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E50CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E50CD is #61AF32. Grayscale: #757575. Windows color (decimal): -6401843 or 13455518. OLE color: 13455518.

HSL color Cylindrical-coordinate representation of color #9E50CD: hue angle of 277.44º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E50CD is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 80 205 -
CMYK 0.23 0.61 0 0.20
HSL 277.44º 0.56% 0.56% -
HSV(B) 277.44º 0.61% 0.8% -
XYZ 27.99 17.41 59.64 -
YUV 117.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 158 80 205 0.23 0.61 0 0.20 277.44 0.56 0.56
Hex 9E 50 CD 17 3D 0 14 115 38 38
Octal 236 120 315 27 75 0 24 425 70 70
Binary 10011110 1010000 11001101 10111 111101 0 10100 100010101 111000 111000

Color Harmonies of #9E50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E50CD

Black with #9E50CD

Text Example


Text Example

White with #9E50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,80,205); }

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

background-color css

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

 a { background-color: rgb(158,80,205); }

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

border-color css

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

 span { border-color: rgb(158,80,205); }

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