#9473CA

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

Shades of Lilac Bush #9473CA

Tints of Lilac Bush #9473CA

Color information

#9473CA (or 0x9473CA) is unknown color: approx Lilac Bush. HEX triplet: 94, 73 and CA. RGB value is (148,115,202). Sum of RGB (Red+Green+Blue) = 148+115+202=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #9473CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9473CA is #6B8C35. Grayscale: #868686. Windows color (decimal): -7048246 or 13267860. OLE color: 13267860.

HSL color Cylindrical-coordinate representation of color #9473CA: hue angle of 262.76º 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 #9473CA is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148115202-
CMYK0.270.4300.21
HSL262.76º45.08%62.16%-
HSV(B)262.76º43.07%79.22%-
XYZ2922.8258.75-
YUV134.78165.93137.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=31.83%
G=24.73%
B=43.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481152020.270.4300.21262.7645.0862.16
Hex9473CA1B2B0151072d3e
Octal22416331233530254075576
Binary1001010011100111100101011011101011010101100000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9473CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9473CA; }

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

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

<style>
 a { background-color: #9473CA; }

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

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

<style>
 span { border-color: #9473CA; }

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

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