#9470CA

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

Shades of Lilac Bush #9470CA

Tints of Lilac Bush #9470CA

Color information

#9470CA (or 0x9470CA) is unknown color: approx Lilac Bush. HEX triplet: 94, 70 and CA. RGB value is (148,112,202). Sum of RGB (Red+Green+Blue) = 148+112+202=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #9470CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9470CA is #6B8F35. Grayscale: #848484. Windows color (decimal): -7049014 or 13267092. OLE color: 13267092.

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

Color convert

RGB148112202-
CMYK0.270.4500.21
HSL264º45.92%61.57%-
HSV(B)264º44.55%79.22%-
XYZ28.6722.1558.64-
YUV133.02166.93138.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=32.03%
G=24.24%
B=43.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481122020.270.4500.2126445.9261.57
Hex9470CA1B2D0151082e3e
Octal22416031233550254105676
Binary1001010011100001100101011011101101010101100001000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9470CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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