#9272BF

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

Shades of Lilac Bush #9272BF

Tints of Lilac Bush #9272BF

Color information

#9272BF (or 0x9272BF) is unknown color: approx Lilac Bush. HEX triplet: 92, 72 and BF. RGB value is (146,114,191). Sum of RGB (Red+Green+Blue) = 146+114+191=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #9272BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9272BF is #6D8D40. Grayscale: #848484. Windows color (decimal): -7179585 or 12546706. OLE color: 12546706.

HSL color Cylindrical-coordinate representation of color #9272BF: hue angle of 264.94º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9272BF is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146114191-
CMYK0.240.4000.25
HSL264.94º37.56%59.8%-
HSV(B)264.94º40.31%74.9%-
XYZ27.2821.9152.08-
YUV132.35161.1137.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.37%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 191 (75% from 255) = 42.35%
R=32.37%
G=25.28%
B=42.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461141910.240.4000.25264.9437.5659.8
Hex9272BF1828019109263c
Octal22216227730500314114674
Binary1001001011100101011111111000101000011001100001001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9272BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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