#9973BF

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

Shades of Lilac Bush #9973BF

Tints of Lilac Bush #9973BF

Color information

#9973BF (or 0x9973BF) is unknown color: approx Lilac Bush. HEX triplet: 99, 73 and BF. RGB value is (153,115,191). Sum of RGB (Red+Green+Blue) = 153+115+191=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #9973BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9973BF is #668C40. Grayscale: #868686. Windows color (decimal): -6720577 or 12546969. OLE color: 12546969.

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

Color convert

RGB153115191-
CMYK0.200.4000.25
HSL270º37.25%60%-
HSV(B)270º39.79%74.9%-
XYZ28.6722.852.18-
YUV135.03159.59140.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 25.05%
BLUE value IS 191 (75% from 255) = 41.61%
R=33.33%
G=25.05%
B=41.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531151910.200.4000.2527037.2560
Hex9973BF142801910e253c
Octal23116327724500314164574
Binary1001100111100111011111110100101000011001100001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9973BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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