#9E73CA

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

Shades of Lilac Bush #9E73CA

Tints of Lilac Bush #9E73CA

Color information

#9E73CA (or 0x9E73CA) is unknown color: approx Lilac Bush. HEX triplet: 9E, 73 and CA. RGB value is (158,115,202). Sum of RGB (Red+Green+Blue) = 158+115+202=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E73CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E73CA is #618C35. Grayscale: #898989. Windows color (decimal): -6392886 or 13267870. OLE color: 13267870.

HSL color Cylindrical-coordinate representation of color #9E73CA: hue angle of 269.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E73CA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB158115202-
CMYK0.220.4300.21
HSL269.66º45.08%62.16%-
HSV(B)269.66º43.07%79.22%-
XYZ30.8923.7958.84-
YUV137.77164.25142.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=33.26%
G=24.21%
B=42.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581152020.220.4300.21269.6645.0862.16
Hex9E73CA162B01510e2d3e
Octal23616331226530254165576
Binary1001111011100111100101010110101011010101100001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E73CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,115,202); }

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

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

 a { background-color: rgb(158,115,202); }

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

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

 span { border-color: rgb(158,115,202); }

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