#9272BB

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

Shades of Lilac Bush #9272BB

Tints of Lilac Bush #9272BB

Color information

#9272BB (or 0x9272BB) is unknown color: approx Lilac Bush. HEX triplet: 92, 72 and BB. RGB value is (146,114,187). Sum of RGB (Red+Green+Blue) = 146+114+187=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #9272BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9272BB is #6D8D44. Grayscale: #838383. Windows color (decimal): -7179589 or 12284562. OLE color: 12284562.

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

Color convert

RGB146114187-
CMYK0.220.3900.27
HSL266.3º34.93%59.02%-
HSV(B)266.3º39.04%73.33%-
XYZ26.8421.7349.79-
YUV131.89159.1138.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.66%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=32.66%
G=25.50%
B=41.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461141870.220.3900.27266.334.9359.02
Hex9272BB162701B10a233b
Octal22216227326470334124373
Binary1001001011100101011101110110100111011011100001010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9272BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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