#9273BF

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

Shades of Lilac Bush #9273BF

Tints of Lilac Bush #9273BF

Color information

#9273BF (or 0x9273BF) is unknown color: approx Lilac Bush. HEX triplet: 92, 73 and BF. RGB value is (146,115,191). Sum of RGB (Red+Green+Blue) = 146+115+191=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #9273BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273BF is #6D8C40. Grayscale: #848484. Windows color (decimal): -7179329 or 12546962. OLE color: 12546962.

HSL color Cylindrical-coordinate representation of color #9273BF: hue angle of 264.47º 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 #9273BF is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146115191-
CMYK0.240.4000.25
HSL264.47º37.25%60%-
HSV(B)264.47º39.79%74.9%-
XYZ27.3922.1352.12-
YUV132.93160.77137.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.30%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 191 (75% from 255) = 42.26%
R=32.30%
G=25.44%
B=42.26%

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
Decimal1461151910.240.4000.25264.4737.2560
Hex9273BF1828019108253c
Octal22216327730500314104574
Binary1001001011100111011111111000101000011001100001000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9273BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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