#9471CA

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

Shades of Lilac Bush #9471CA

Tints of Lilac Bush #9471CA

Color information

#9471CA (or 0x9471CA) is unknown color: approx Lilac Bush. HEX triplet: 94, 71 and CA. RGB value is (148,113,202). Sum of RGB (Red+Green+Blue) = 148+113+202=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #9471CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471CA is #6B8E35. Grayscale: #858585. Windows color (decimal): -7048758 or 13267348. OLE color: 13267348.

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

Color convert

RGB148113202-
CMYK0.270.4400.21
HSL263.6º45.64%61.76%-
HSV(B)263.6º44.06%79.22%-
XYZ28.7822.3758.68-
YUV133.61166.6138.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 113 (44.53% from 255) = 24.41%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=31.97%
G=24.41%
B=43.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481132020.270.4400.21263.645.6461.76
Hex9471CA1B2C0151082e3e
Octal22416131233540254105676
Binary1001010011100011100101011011101100010101100001000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9471CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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