Html Css Color HEX #9E50CA Deep Lilac

📋 copy color: '#9E50CA'

red 158 ◦ green 80 ◦ blue 202

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

Shades of Deep Lilac #9E50CA

Tints of Deep Lilac #9E50CA

RGB

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

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

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

R = 35.91%
G = 18.18%
B = 45.91%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E50CA (or 0x9E50CA) is known color: Deep Lilac. HEX triplet: 9E, 50 and CA. RGB value is (158,80,202). Sum of RGB (Red+Green+Blue) = 158+80+202=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E50CA is #61AF35. Grayscale: #747474. Windows color (decimal): -6401846 or 13258910. OLE color: 13258910.

HSL color Cylindrical-coordinate representation of color #9E50CA: hue angle of 278.36º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E50CA is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 80 202 -
CMYK 0.22 0.60 0 0.21
HSL 278.36º 0.54% 0.55% -
HSV(B) 278.36º 0.6% 0.79% -
XYZ 27.63 17.27 57.75 -
YUV 117.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 158 80 202 0.22 0.60 0 0.21 278.36 0.54 0.55
Hex 9E 50 CA 16 3C 0 15 116 36 37
Octal 236 120 312 26 74 0 25 426 66 67
Binary 10011110 1010000 11001010 10110 111100 0 10101 100010110 110110 110111

Color Harmonies of #9E50CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E50CA

Black with #9E50CA

Text Example


Text Example

White with #9E50CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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