#9152AF

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

Shades of Deep Lilac #9152AF

Tints of Deep Lilac #9152AF

Color information

#9152AF (or 0x9152AF) is unknown color: approx Deep Lilac. HEX triplet: 91, 52 and AF. RGB value is (145,82,175). Sum of RGB (Red+Green+Blue) = 145+82+175=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #9152AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9152AF is #6EAD50. Grayscale: #6F6F6F. Windows color (decimal): -7253329 or 11489937. OLE color: 11489937.

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

Color convert

RGB14582175-
CMYK0.170.5300.31
HSL280.65º36.76%50.39%-
HSV(B)280.65º53.14%68.63%-
XYZ22.4315.1542.3-
YUV111.44163.87151.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 82 (32.42% from 255) = 20.40%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=36.07%
G=20.40%
B=43.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145821750.170.5300.31280.6536.7650.39
Hex9152AF113501F1192532
Octal22112225721650374314562
Binary1001000110100101010111110001110101011111100011001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9152AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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