#9274BD

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

Shades of Lilac Bush #9274BD

Tints of Lilac Bush #9274BD

Color information

#9274BD (or 0x9274BD) is unknown color: approx Lilac Bush. HEX triplet: 92, 74 and BD. RGB value is (146,116,189). Sum of RGB (Red+Green+Blue) = 146+116+189=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #9274BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9274BD is #6D8B42. Grayscale: #858585. Windows color (decimal): -7179075 or 12416146. OLE color: 12416146.

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

Color convert

RGB146116189-
CMYK0.230.3900.26
HSL264.66º35.61%59.8%-
HSV(B)264.66º38.62%74.12%-
XYZ27.2822.2851.01-
YUV133.29159.44137.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.37%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=32.37%
G=25.72%
B=41.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461161890.230.3900.26264.6635.6159.8
Hex9274BD172701A109243c
Octal22216427527470324114474
Binary1001001011101001011110110111100111011010100001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9274BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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