#9A71CE

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

Shades of Lilac Bush #9A71CE

Tints of Lilac Bush #9A71CE

Color information

#9A71CE (or 0x9A71CE) is unknown color: approx Lilac Bush. HEX triplet: 9A, 71 and CE. RGB value is (154,113,206). Sum of RGB (Red+Green+Blue) = 154+113+206=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A71CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A71CE is #658E31. Grayscale: #878787. Windows color (decimal): -6655538 or 13529498. OLE color: 13529498.

HSL color Cylindrical-coordinate representation of color #9A71CE: hue angle of 266.45º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A71CE is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154113206-
CMYK0.250.4500.19
HSL266.45º48.69%62.55%-
HSV(B)266.45º45.15%80.78%-
XYZ30.3723.1461.26-
YUV135.86167.58140.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 113 (44.53% from 255) = 23.89%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=32.56%
G=23.89%
B=43.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541132060.250.4500.19266.4548.6962.55
Hex9A71CE192D01310a313f
Octal23216131631550234126177
Binary1001101011100011100111011001101101010011100001010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A71CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,113,206); }

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

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

 a { background-color: rgb(154,113,206); }

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

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

 span { border-color: rgb(154,113,206); }

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