Html Css Color HEX #9E52AC Deep Lilac

📋 copy color: '#9E52AC'

red 158 ◦ green 82 ◦ blue 172

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

Shades of Deep Lilac #9E52AC

Tints of Deep Lilac #9E52AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.75%

R = 38.35%
G = 19.9%
B = 41.75%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E52AC (or 0x9E52AC) is known color: Deep Lilac. HEX triplet: 9E, 52 and AC. RGB value is (158,82,172). Sum of RGB (Red+Green+Blue) = 158+82+172=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E52AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E52AC is #61AD53. Grayscale: #727272. Windows color (decimal): -6401364 or 11293342. OLE color: 11293342.

HSL color Cylindrical-coordinate representation of color #9E52AC: hue angle of 290.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E52AC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 82 172 -
CMYK 0.08 0.52 0 0.33
HSL 290.67º 0.35% 0.5% -
HSV(B) 290.67º 0.52% 0.67% -
XYZ 24.56 16.28 40.88 -
YUV 114.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 158 82 172 0.08 0.52 0 0.33 290.67 0.35 0.5
Hex 9E 52 AC 8 34 0 21 123 23 32
Octal 236 122 254 10 64 0 41 443 43 62
Binary 10011110 1010010 10101100 1000 110100 0 100001 100100011 100011 110010

Color Harmonies of #9E52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E52AC

Black with #9E52AC

Text Example


Text Example

White with #9E52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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