#9973CD

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

Shades of Lilac Bush #9973CD

Tints of Lilac Bush #9973CD

Color information

#9973CD (or 0x9973CD) is unknown color: approx Lilac Bush. HEX triplet: 99, 73 and CD. RGB value is (153,115,205). Sum of RGB (Red+Green+Blue) = 153+115+205=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #9973CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9973CD is #668C32. Grayscale: #888888. Windows color (decimal): -6720563 or 13464473. OLE color: 13464473.

HSL color Cylindrical-coordinate representation of color #9973CD: hue angle of 265.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9973CD is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153115205-
CMYK0.250.4400.20
HSL265.33º47.37%62.75%-
HSV(B)265.33º43.9%80.39%-
XYZ30.2923.4460.69-
YUV136.62166.59139.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=32.35%
G=24.31%
B=43.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531152050.250.4400.20265.3347.3762.75
Hex9973CD192C0141092f3f
Octal23116331531540244115777
Binary1001100111100111100110111001101100010100100001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9973CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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