#9C75C1

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

Shades of Lilac Bush #9C75C1

Tints of Lilac Bush #9C75C1

Color information

#9C75C1 (or 0x9C75C1) is unknown color: approx Lilac Bush. HEX triplet: 9C, 75 and C1. RGB value is (156,117,193). Sum of RGB (Red+Green+Blue) = 156+117+193=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C75C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C75C1 is #638A3E. Grayscale: #898989. Windows color (decimal): -6523455 or 12678556. OLE color: 12678556.

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

Color convert

RGB156117193-
CMYK0.190.3900.24
HSL270.79º38%60.78%-
HSV(B)270.79º39.38%75.69%-
XYZ29.723.6453.45-
YUV137.33159.42141.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.48%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 193 (75.78% from 255) = 41.42%
R=33.48%
G=25.11%
B=41.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561171930.190.3900.24270.793860.78
Hex9C75C1132701810f263d
Octal23416530123470304174675
Binary1001110011101011100000110011100111011000100001111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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