#9D75CC

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

Shades of Lilac Bush #9D75CC

Tints of Lilac Bush #9D75CC

Color information

#9D75CC (or 0x9D75CC) is unknown color: approx Lilac Bush. HEX triplet: 9D, 75 and CC. RGB value is (157,117,204). Sum of RGB (Red+Green+Blue) = 157+117+204=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D75CC is #628A33. Grayscale: #8A8A8A. Windows color (decimal): -6457908 or 13399453. OLE color: 13399453.

HSL color Cylindrical-coordinate representation of color #9D75CC: hue angle of 267.59º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D75CC is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB157117204-
CMYK0.230.4300.2
HSL267.59º46.03%62.94%-
HSV(B)267.59º42.65%80%-
XYZ31.1724.2560.16-
YUV138.88164.75140.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.85%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=32.85%
G=24.48%
B=42.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571172040.230.4300.2267.5946.0362.94
Hex9D75CC172B01410c2e3f
Octal23516531427530244145677
Binary1001110111101011100110010111101011010100100001100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,117,204); }

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

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

 a { background-color: rgb(157,117,204); }

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

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

 span { border-color: rgb(157,117,204); }

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