#9D79CD

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

Shades of Lilac Bush #9D79CD

Tints of Lilac Bush #9D79CD

Color information

#9D79CD (or 0x9D79CD) is unknown color: approx Lilac Bush. HEX triplet: 9D, 79 and CD. RGB value is (157,121,205). Sum of RGB (Red+Green+Blue) = 157+121+205=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D79CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D79CD is #628632. Grayscale: #8D8D8D. Windows color (decimal): -6456883 or 13466013. OLE color: 13466013.

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

Color convert

RGB157121205-
CMYK0.230.4100.20
HSL265.71º45.65%63.92%-
HSV(B)265.71º40.98%80.39%-
XYZ31.7625.2560.96-
YUV141.34163.93139.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.51%
GREEN value IS 121 (47.66% from 255) = 25.05%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=32.51%
G=25.05%
B=42.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571212050.230.4100.20265.7145.6563.92
Hex9D79CD172901410a2e40
Octal235171315275102441256100
Binary10011101111100111001101101111010010101001000010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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