#9B52AF

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

Shades of Deep Lilac #9B52AF

Tints of Deep Lilac #9B52AF

Color information

#9B52AF (or 0x9B52AF) is unknown color: approx Deep Lilac. HEX triplet: 9B, 52 and AF. RGB value is (155,82,175). Sum of RGB (Red+Green+Blue) = 155+82+175=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B52AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B52AF is #64AD50. Grayscale: #727272. Windows color (decimal): -6597969 or 11489947. OLE color: 11489947.

HSL color Cylindrical-coordinate representation of color #9B52AF: hue angle of 287.1º 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 #9B52AF is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15582175-
CMYK0.110.5300.31
HSL287.1º36.76%50.39%-
HSV(B)287.1º53.14%68.63%-
XYZ24.2716.142.39-
YUV114.43162.18156.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.62%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=37.62%
G=19.90%
B=42.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155821750.110.5300.31287.136.7650.39
Hex9B52AFB3501F11f2532
Octal23312225713650374374562
Binary100110111010010101011111011110101011111100011111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B52AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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