#9973CF

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

Shades of Lilac Bush #9973CF

Tints of Lilac Bush #9973CF

Color information

#9973CF (or 0x9973CF) is unknown color: approx Lilac Bush. HEX triplet: 99, 73 and CF. RGB value is (153,115,207). Sum of RGB (Red+Green+Blue) = 153+115+207=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #9973CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9973CF is #668C30. Grayscale: #888888. Windows color (decimal): -6720561 or 13595545. OLE color: 13595545.

HSL color Cylindrical-coordinate representation of color #9973CF: hue angle of 264.78º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9973CF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153115207-
CMYK0.260.4400.19
HSL264.78º48.94%63.14%-
HSV(B)264.78º44.44%81.18%-
XYZ30.5323.5461.97-
YUV136.85167.59139.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.21%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=32.21%
G=24.21%
B=43.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531152070.260.4400.19264.7848.9463.14
Hex9973CF1A2C013109313f
Octal23116331732540234116177
Binary1001100111100111100111111010101100010011100001001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9973CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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