#9272BE

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

Shades of Lilac Bush #9272BE

Tints of Lilac Bush #9272BE

Color information

#9272BE (or 0x9272BE) is unknown color: approx Lilac Bush. HEX triplet: 92, 72 and BE. RGB value is (146,114,190). Sum of RGB (Red+Green+Blue) = 146+114+190=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #9272BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9272BE is #6D8D41. Grayscale: #838383. Windows color (decimal): -7179586 or 12481170. OLE color: 12481170.

HSL color Cylindrical-coordinate representation of color #9272BE: hue angle of 265.26º degrees, saturation: 0.37, 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 #9272BE is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146114190-
CMYK0.230.4000.25
HSL265.26º36.89%59.61%-
HSV(B)265.26º40%74.51%-
XYZ27.1721.8651.5-
YUV132.23160.6137.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.44%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=32.44%
G=25.33%
B=42.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461141900.230.4000.25265.2636.8959.61
Hex9272BE1728019109253c
Octal22216227627500314114574
Binary1001001011100101011111010111101000011001100001001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9272BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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