Html Css Color HEX #9E52CE Deep Lilac

📋 copy color: '#9E52CE'

red 158 ◦ green 82 ◦ blue 206

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

Shades of Deep Lilac #9E52CE

Tints of Deep Lilac #9E52CE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.39%

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

R = 35.43%
G = 18.39%
B = 46.19%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E52CE (or 0x9E52CE) is known color: Deep Lilac. HEX triplet: 9E, 52 and CE. RGB value is (158,82,206). Sum of RGB (Red+Green+Blue) = 158+82+206=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E52CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E52CE is #61AD31. Grayscale: #767676. Windows color (decimal): -6401330 or 13521566. OLE color: 13521566.

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

Color convert

RGB 158 82 206 -
CMYK 0.23 0.60 0 0.19
HSL 276.77º 0.56% 0.56% -
HSV(B) 276.77º 0.6% 0.81% -
XYZ 28.26 17.76 60.33 -
YUV 118.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 158 82 206 0.23 0.60 0 0.19 276.77 0.56 0.56
Hex 9E 52 CE 17 3C 0 13 115 38 38
Octal 236 122 316 27 74 0 23 425 70 70
Binary 10011110 1010010 11001110 10111 111100 0 10011 100010101 111000 111000

Color Harmonies of #9E52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E52CE

Black with #9E52CE

Text Example


Text Example

White with #9E52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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