#9B7DCD

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

Shades of Lilac Bush #9B7DCD

Tints of Lilac Bush #9B7DCD

Color information

#9B7DCD (or 0x9B7DCD) is unknown color: approx Lilac Bush. HEX triplet: 9B, 7D and CD. RGB value is (155,125,205). Sum of RGB (Red+Green+Blue) = 155+125+205=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7DCD is #648232. Grayscale: #8E8E8E. Windows color (decimal): -6586931 or 13467035. OLE color: 13467035.

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

Color convert

RGB155125205-
CMYK0.240.3900.20
HSL262.5º44.44%64.71%-
HSV(B)262.5º39.02%80.39%-
XYZ31.8726.0461.1-
YUV143.09162.94136.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.96%
GREEN value IS 125 (49.22% from 255) = 25.77%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=31.96%
G=25.77%
B=42.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551252050.240.3900.20262.544.4464.71
Hex9B7DCD18270141062c41
Octal233175315304702440654101
Binary10011011111110111001101110001001110101001000001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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