Html Css Color HEX #9552AC Deep Lilac

📋 copy color: '#9552AC'

red 149 ◦ green 82 ◦ blue 172

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

Shades of Deep Lilac #9552AC

Tints of Deep Lilac #9552AC

RGB

 RED value IS 149 (58.59% from 255) = 36.97%

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

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

R = 36.97%
G = 20.35%
B = 42.68%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9552AC (or 0x9552AC) is known color: Deep Lilac. HEX triplet: 95, 52 and AC. RGB value is (149,82,172). Sum of RGB (Red+Green+Blue) = 149+82+172=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #9552AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9552AC is #6AAD53. Grayscale: #6F6F6F. Windows color (decimal): -6991188 or 11293333. OLE color: 11293333.

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

Color convert

RGB 149 82 172 -
CMYK 0.13 0.52 0 0.33
HSL 284.67º 0.35% 0.5% -
HSV(B) 284.67º 0.52% 0.67% -
XYZ 22.86 15.4 40.8 -
YUV 112.29 161.7 154.18 -
System Red Green Blue C M Y K H S L
Decimal 149 82 172 0.13 0.52 0 0.33 284.67 0.35 0.5
Hex 95 52 AC D 34 0 21 11D 23 32
Octal 225 122 254 15 64 0 41 435 43 62
Binary 10010101 1010010 10101100 1101 110100 0 100001 100011101 100011 110010

Color Harmonies of #9552AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552AC

Black with #9552AC

Text Example


Text Example

White with #9552AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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