#9152BB

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

Shades of Deep Lilac #9152BB

Tints of Deep Lilac #9152BB

Color information

#9152BB (or 0x9152BB) is unknown color: approx Deep Lilac. HEX triplet: 91, 52 and BB. RGB value is (145,82,187). Sum of RGB (Red+Green+Blue) = 145+82+187=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #9152BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152BB is #6EAD44. Grayscale: #707070. Windows color (decimal): -7253317 or 12276369. OLE color: 12276369.

HSL color Cylindrical-coordinate representation of color #9152BB: hue angle of 276º 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 #9152BB is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14582187-
CMYK0.220.5600.27
HSL276º43.57%52.75%-
HSV(B)276º56.15%73.33%-
XYZ23.6615.6448.79-
YUV112.81169.87150.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.02%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=35.02%
G=19.81%
B=45.17%

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
Decimal145821870.220.5600.2727643.5752.75
Hex9152BB163801B1142c35
Octal22112227326700334245465
Binary1001000110100101011101110110111000011011100010100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9152BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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