Html Css Color HEX #9952AC Deep Lilac

📋 copy color: '#9952AC'

red 153 ◦ green 82 ◦ blue 172

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

Shades of Deep Lilac #9952AC

Tints of Deep Lilac #9952AC

RGB

 RED value IS 153 (60.16% from 255) = 37.59%

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

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

R = 37.59%
G = 20.15%
B = 42.26%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9952AC (or 0x9952AC) is known color: Deep Lilac. HEX triplet: 99, 52 and AC. RGB value is (153,82,172). Sum of RGB (Red+Green+Blue) = 153+82+172=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #9952AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9952AC is #66AD53. Grayscale: #717171. Windows color (decimal): -6729044 or 11293337. OLE color: 11293337.

HSL color Cylindrical-coordinate representation of color #9952AC: hue angle of 287.33º 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 #9952AC is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 82 172 -
CMYK 0.11 0.52 0 0.33
HSL 287.33º 0.35% 0.5% -
HSV(B) 287.33º 0.52% 0.67% -
XYZ 23.6 15.79 40.83 -
YUV 113.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 153 82 172 0.11 0.52 0 0.33 287.33 0.35 0.5
Hex 99 52 AC B 34 0 21 11F 23 32
Octal 231 122 254 13 64 0 41 437 43 62
Binary 10011001 1010010 10101100 1011 110100 0 100001 100011111 100011 110010

Color Harmonies of #9952AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9952AC

Black with #9952AC

Text Example


Text Example

White with #9952AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9952AC; }

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

 H1.HeaderClassName
 {
   color: #9952AC;
 }
 .AnyTagClassName
 {
   color: #9952AC;
 }
</style>

background-color css

<style>
 a { background-color: #9952AC; }

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

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

border-color css

<style>
 span { border-color: #9952AC; }

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

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