#9252BB

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

Shades of Deep Lilac #9252BB

Tints of Deep Lilac #9252BB

Color information

#9252BB (or 0x9252BB) is unknown color: approx Deep Lilac. HEX triplet: 92, 52 and BB. RGB value is (146,82,187). Sum of RGB (Red+Green+Blue) = 146+82+187=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #9252BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252BB is #6DAD44. Grayscale: #707070. Windows color (decimal): -7187781 or 12276370. OLE color: 12276370.

HSL color Cylindrical-coordinate representation of color #9252BB: hue angle of 276.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9252BB is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14682187-
CMYK0.220.5600.27
HSL276.57º43.57%52.75%-
HSV(B)276.57º56.15%73.33%-
XYZ23.8415.7348.79-
YUV113.11169.7151.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=35.18%
G=19.76%
B=45.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146821870.220.5600.27276.5743.5752.75
Hex9252BB163801B1152c35
Octal22212227326700334255465
Binary1001001010100101011101110110111000011011100010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9252BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9252BB; }

 p { color: rgb(146,82,187); }

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

<style>
 a { background-color: #9252BB; }

 a { background-color: rgb(146,82,187); }

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

<style>
 span { border-color: #9252BB; }

 span { border-color: rgb(146,82,187); }

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