#9C74C1

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

Shades of Lilac Bush #9C74C1

Tints of Lilac Bush #9C74C1

Color information

#9C74C1 (or 0x9C74C1) is unknown color: approx Lilac Bush. HEX triplet: 9C, 74 and C1. RGB value is (156,116,193). Sum of RGB (Red+Green+Blue) = 156+116+193=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C74C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74C1 is #638B3E. Grayscale: #888888. Windows color (decimal): -6523711 or 12678300. OLE color: 12678300.

HSL color Cylindrical-coordinate representation of color #9C74C1: hue angle of 271.17º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C74C1 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156116193-
CMYK0.190.4000.24
HSL271.17º38.31%60.59%-
HSV(B)271.17º39.9%75.69%-
XYZ29.5823.4153.41-
YUV136.74159.75141.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.55%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=33.55%
G=24.95%
B=41.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561161930.190.4000.24271.1738.3160.59
Hex9C74C1132801810f263d
Octal23416430123500304174675
Binary1001110011101001100000110011101000011000100001111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C74C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,116,193); }

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

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

 a { background-color: rgb(156,116,193); }

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

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

 span { border-color: rgb(156,116,193); }

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