#9A73BF

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

Shades of Lilac Bush #9A73BF

Tints of Lilac Bush #9A73BF

Color information

#9A73BF (or 0x9A73BF) is unknown color: approx Lilac Bush. HEX triplet: 9A, 73 and BF. RGB value is (154,115,191). Sum of RGB (Red+Green+Blue) = 154+115+191=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A73BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A73BF is #658C40. Grayscale: #878787. Windows color (decimal): -6655041 or 12546970. OLE color: 12546970.

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

Color convert

RGB154115191-
CMYK0.190.4000.25
HSL270.79º37.25%60%-
HSV(B)270.79º39.79%74.9%-
XYZ28.8622.8952.19-
YUV135.32159.42141.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.48%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 191 (75% from 255) = 41.52%
R=33.48%
G=25%
B=41.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541151910.190.4000.25270.7937.2560
Hex9A73BF132801910f253c
Octal23216327723500314174574
Binary1001101011100111011111110011101000011001100001111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A73BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A73BF; }

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

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

<style>
 a { background-color: #9A73BF; }

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

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

<style>
 span { border-color: #9A73BF; }

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

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