#9452BB

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

Shades of Deep Lilac #9452BB

Tints of Deep Lilac #9452BB

Color information

#9452BB (or 0x9452BB) is unknown color: approx Deep Lilac. HEX triplet: 94, 52 and BB. RGB value is (148,82,187). Sum of RGB (Red+Green+Blue) = 148+82+187=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #9452BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9452BB is #6BAD44. Grayscale: #717171. Windows color (decimal): -7056709 or 12276372. OLE color: 12276372.

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

Color convert

RGB14882187-
CMYK0.210.5600.27
HSL277.71º43.57%52.75%-
HSV(B)277.71º56.15%73.33%-
XYZ24.215.9248.81-
YUV113.7169.37152.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=35.49%
G=19.66%
B=44.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148821870.210.5600.27277.7143.5752.75
Hex9452BB153801B1162c35
Octal22412227325700334265465
Binary1001010010100101011101110101111000011011100010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9452BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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