#9D64AD

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

Shades of Deep Lilac #9D64AD

Tints of Deep Lilac #9D64AD

Color information

#9D64AD (or 0x9D64AD) is unknown color: approx Deep Lilac. HEX triplet: 9D, 64 and AD. RGB value is (157,100,173). Sum of RGB (Red+Green+Blue) = 157+100+173=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D64AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D64AD is #629B52. Grayscale: #7D7D7D. Windows color (decimal): -6462291 or 11363485. OLE color: 11363485.

HSL color Cylindrical-coordinate representation of color #9D64AD: hue angle of 286.85º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D64AD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB157100173-
CMYK0.090.4200.32
HSL286.85º30.8%53.53%-
HSV(B)286.85º42.2%67.84%-
XYZ2619.341.89-
YUV125.36154.88150.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.51%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=36.51%
G=23.26%
B=40.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571001730.090.4200.32286.8530.853.53
Hex9D64AD92A02011f1f36
Octal23514425511520404373766
Binary100111011100100101011011001101010010000010001111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D64AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,100,173); }

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

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

 a { background-color: rgb(157,100,173); }

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

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

 span { border-color: rgb(157,100,173); }

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