Html Css Color HEX #9552AD Deep Lilac

📋 copy color: '#9552AD'

red 149 ◦ green 82 ◦ blue 173

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

Shades of Deep Lilac #9552AD

Tints of Deep Lilac #9552AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.82%

R = 36.88%
G = 20.3%
B = 42.82%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9552AD (or 0x9552AD) is known color: Deep Lilac. HEX triplet: 95, 52 and AD. RGB value is (149,82,173). Sum of RGB (Red+Green+Blue) = 149+82+173=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #9552AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9552AD is #6AAD52. Grayscale: #707070. Windows color (decimal): -6991187 or 11358869. OLE color: 11358869.

HSL color Cylindrical-coordinate representation of color #9552AD: hue angle of 284.18º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9552AD is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 82 173 -
CMYK 0.14 0.53 0 0.32
HSL 284.18º 0.36% 0.5% -
HSV(B) 284.18º 0.53% 0.68% -
XYZ 22.95 15.44 41.31 -
YUV 112.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 149 82 173 0.14 0.53 0 0.32 284.18 0.36 0.5
Hex 95 52 AD E 35 0 20 11C 24 32
Octal 225 122 255 16 65 0 40 434 44 62
Binary 10010101 1010010 10101101 1110 110101 0 100000 100011100 100100 110010

Color Harmonies of #9552AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552AD

Black with #9552AD

Text Example


Text Example

White with #9552AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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