#9277BD

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

Shades of Lilac Bush #9277BD

Tints of Lilac Bush #9277BD

Color information

#9277BD (or 0x9277BD) is unknown color: approx Lilac Bush. HEX triplet: 92, 77 and BD. RGB value is (146,119,189). Sum of RGB (Red+Green+Blue) = 146+119+189=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #9277BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9277BD is #6D8842. Grayscale: #868686. Windows color (decimal): -7178307 or 12416914. OLE color: 12416914.

HSL color Cylindrical-coordinate representation of color #9277BD: hue angle of 263.14º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9277BD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146119189-
CMYK0.230.3700.26
HSL263.14º34.65%60.39%-
HSV(B)263.14º37.04%74.12%-
XYZ27.6422.9851.12-
YUV135.05158.45135.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.16%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=32.16%
G=26.21%
B=41.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461191890.230.3700.26263.1434.6560.39
Hex9277BD172501A107233c
Octal22216727527450324074374
Binary1001001011101111011110110111100101011010100000111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9277BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9277BD; }

 p { color: rgb(146,119,189); }

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

<style>
 a { background-color: #9277BD; }

 a { background-color: rgb(146,119,189); }

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

<style>
 span { border-color: #9277BD; }

 span { border-color: rgb(146,119,189); }

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