#9A71CD

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

Shades of Lilac Bush #9A71CD

Tints of Lilac Bush #9A71CD

Color information

#9A71CD (or 0x9A71CD) is unknown color: approx Lilac Bush. HEX triplet: 9A, 71 and CD. RGB value is (154,113,205). Sum of RGB (Red+Green+Blue) = 154+113+205=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A71CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A71CD is #658E32. Grayscale: #878787. Windows color (decimal): -6655539 or 13463962. OLE color: 13463962.

HSL color Cylindrical-coordinate representation of color #9A71CD: hue angle of 266.74º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A71CD is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154113205-
CMYK0.250.4500.20
HSL266.74º47.92%62.35%-
HSV(B)266.74º44.88%80.39%-
XYZ30.2523.0960.62-
YUV135.75167.08141.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 113 (44.53% from 255) = 23.94%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=32.63%
G=23.94%
B=43.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541132050.250.4500.20266.7447.9262.35
Hex9A71CD192D01410b303e
Octal23216131531550244136076
Binary1001101011100011100110111001101101010100100001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A71CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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