#9D7DCD

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

Shades of Lilac Bush #9D7DCD

Tints of Lilac Bush #9D7DCD

Color information

#9D7DCD (or 0x9D7DCD) is unknown color: approx Lilac Bush. HEX triplet: 9D, 7D and CD. RGB value is (157,125,205). Sum of RGB (Red+Green+Blue) = 157+125+205=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7DCD is #628232. Grayscale: #8F8F8F. Windows color (decimal): -6455859 or 13467037. OLE color: 13467037.

HSL color Cylindrical-coordinate representation of color #9D7DCD: hue angle of 264º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D7DCD is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157125205-
CMYK0.230.3900.20
HSL264º44.44%64.71%-
HSV(B)264º39.02%80.39%-
XYZ32.2626.2461.12-
YUV143.69162.6137.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.24%
GREEN value IS 125 (49.22% from 255) = 25.67%
BLUE value IS 205 (80.47% from 255) = 42.09%
R=32.24%
G=25.67%
B=42.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571252050.230.3900.2026444.4464.71
Hex9D7DCD17270141082c41
Octal235175315274702441054101
Binary10011101111110111001101101111001110101001000010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,125,205); }

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

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

 a { background-color: rgb(157,125,205); }

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

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

 span { border-color: rgb(157,125,205); }

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