#9C71BF

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

Shades of Lilac Bush #9C71BF

Tints of Lilac Bush #9C71BF

Color information

#9C71BF (or 0x9C71BF) is unknown color: approx Lilac Bush. HEX triplet: 9C, 71 and BF. RGB value is (156,113,191). Sum of RGB (Red+Green+Blue) = 156+113+191=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C71BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C71BF is #638E40. Grayscale: #868686. Windows color (decimal): -6524481 or 12546460. OLE color: 12546460.

HSL color Cylindrical-coordinate representation of color #9C71BF: hue angle of 273.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C71BF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156113191-
CMYK0.180.4100.25
HSL273.08º37.86%59.61%-
HSV(B)273.08º40.84%74.9%-
XYZ29.0222.6452.13-
YUV134.75159.75143.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.91%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 191 (75% from 255) = 41.52%
R=33.91%
G=24.57%
B=41.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561131910.180.4100.25273.0837.8659.61
Hex9C71BF1229019111263c
Octal23416127722510314214674
Binary1001110011100011011111110010101001011001100010001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,113,191); }

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

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

 a { background-color: rgb(156,113,191); }

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

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

 span { border-color: rgb(156,113,191); }

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