Html Css Color HEX #9E53CA Deep Lilac

📋 copy color: '#9E53CA'

red 158 ◦ green 83 ◦ blue 202

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

Shades of Deep Lilac #9E53CA

Tints of Deep Lilac #9E53CA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.74%

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

R = 35.67%
G = 18.74%
B = 45.6%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E53CA (or 0x9E53CA) is known color: Deep Lilac. HEX triplet: 9E, 53 and CA. RGB value is (158,83,202). Sum of RGB (Red+Green+Blue) = 158+83+202=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E53CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E53CA is #61AC35. Grayscale: #767676. Windows color (decimal): -6401078 or 13259678. OLE color: 13259678.

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

Color convert

RGB 158 83 202 -
CMYK 0.22 0.59 0 0.21
HSL 277.82º 0.53% 0.56% -
HSV(B) 277.82º 0.59% 0.79% -
XYZ 27.85 17.72 57.83 -
YUV 118.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 158 83 202 0.22 0.59 0 0.21 277.82 0.53 0.56
Hex 9E 53 CA 16 3B 0 15 116 35 38
Octal 236 123 312 26 73 0 25 426 65 70
Binary 10011110 1010011 11001010 10110 111011 0 10101 100010110 110101 111000

Color Harmonies of #9E53CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E53CA

Black with #9E53CA

Text Example


Text Example

White with #9E53CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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