#9975C1

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

Shades of Lilac Bush #9975C1

Tints of Lilac Bush #9975C1

Color information

#9975C1 (or 0x9975C1) is unknown color: approx Lilac Bush. HEX triplet: 99, 75 and C1. RGB value is (153,117,193). Sum of RGB (Red+Green+Blue) = 153+117+193=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #9975C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9975C1 is #668A3E. Grayscale: #888888. Windows color (decimal): -6720063 or 12678553. OLE color: 12678553.

HSL color Cylindrical-coordinate representation of color #9975C1: hue angle of 268.42º 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 #9975C1 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB153117193-
CMYK0.210.3900.24
HSL268.42º38%60.78%-
HSV(B)268.42º39.38%75.69%-
XYZ29.1223.3553.42-
YUV136.43159.93139.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=33.05%
G=25.27%
B=41.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531171930.210.3900.24268.423860.78
Hex9975C1152701810c263d
Octal23116530125470304144675
Binary1001100111101011100000110101100111011000100001100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9975C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9975C1; }

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

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

<style>
 a { background-color: #9975C1; }

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

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

<style>
 span { border-color: #9975C1; }

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

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