#9571C7

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

Shades of Lilac Bush #9571C7

Tints of Lilac Bush #9571C7

Color information

#9571C7 (or 0x9571C7) is unknown color: approx Lilac Bush. HEX triplet: 95, 71 and C7. RGB value is (149,113,199). Sum of RGB (Red+Green+Blue) = 149+113+199=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 199 - color contains mainly: blue. Hex color #9571C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9571C7 is #6A8E38. Grayscale: #858585. Windows color (decimal): -6983225 or 13070741. OLE color: 13070741.

HSL color Cylindrical-coordinate representation of color #9571C7: hue angle of 265.12º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9571C7 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB149113199-
CMYK0.250.4300.22
HSL265.12º43.43%61.18%-
HSV(B)265.12º43.22%78.04%-
XYZ28.6122.3256.83-
YUV133.57164.93139.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 199 (78.12% from 255) = 43.17%
R=32.32%
G=24.51%
B=43.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491131990.250.4300.22265.1243.4361.18
Hex9571C7192B0161092b3d
Octal22516130731530264115375
Binary1001010111100011100011111001101011010110100001001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9571C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9571C7; }

 p { color: rgb(149,113,199); }

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

<style>
 a { background-color: #9571C7; }

 a { background-color: rgb(149,113,199); }

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

<style>
 span { border-color: #9571C7; }

 span { border-color: rgb(149,113,199); }

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