#9277BE

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

Shades of Lilac Bush #9277BE

Tints of Lilac Bush #9277BE

Color information

#9277BE (or 0x9277BE) is unknown color: approx Lilac Bush. HEX triplet: 92, 77 and BE. RGB value is (146,119,190). Sum of RGB (Red+Green+Blue) = 146+119+190=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #9277BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9277BE is #6D8841. Grayscale: #868686. Windows color (decimal): -7178306 or 12482450. OLE color: 12482450.

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

Color convert

RGB146119190-
CMYK0.230.3700.25
HSL262.82º35.32%60.59%-
HSV(B)262.82º37.37%74.51%-
XYZ27.7523.0251.7-
YUV135.17158.95135.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.09%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=32.09%
G=26.15%
B=41.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461191900.230.3700.25262.8235.3260.59
Hex9277BE1725019107233d
Octal22216727627450314074375
Binary1001001011101111011111010111100101011001100000111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9277BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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