#9552AF

Color #9552AF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9552AF

Tints of Deep Lilac #9552AF

Color information

#9552AF (or 0x9552AF) is unknown color: approx Deep Lilac. HEX triplet: 95, 52 and AF. RGB value is (149,82,175). Sum of RGB (Red+Green+Blue) = 149+82+175=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #9552AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9552AF is #6AAD50. Grayscale: #707070. Windows color (decimal): -6991185 or 11489941. OLE color: 11489941.

HSL color Cylindrical-coordinate representation of color #9552AF: hue angle of 283.23º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9552AF is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14982175-
CMYK0.150.5300.31
HSL283.23º36.76%50.39%-
HSV(B)283.23º53.14%68.63%-
XYZ23.1515.5242.33-
YUV112.64163.2153.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=36.70%
G=20.20%
B=43.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149821750.150.5300.31283.2336.7650.39
Hex9552AFF3501F11b2532
Octal22512225717650374334562
Binary100101011010010101011111111110101011111100011011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9552AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9552AF;
 }
 .AnyTagClassName
 {
   color: #9552AF;
 }
</style>
background-color css

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

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

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

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

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

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