#9D4FCF

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

Shades of Deep Lilac #9D4FCF

Tints of Deep Lilac #9D4FCF

Color information

#9D4FCF (or 0x9D4FCF) is unknown color: approx Deep Lilac. HEX triplet: 9D, 4F and CF. RGB value is (157,79,207). Sum of RGB (Red+Green+Blue) = 157+79+207=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D4FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4FCF is #62B030. Grayscale: #747474. Windows color (decimal): -6467633 or 13586333. OLE color: 13586333.

HSL color Cylindrical-coordinate representation of color #9D4FCF: hue angle of 276.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D4FCF is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15779207-
CMYK0.240.6200.19
HSL276.56º57.14%56.08%-
HSV(B)276.56º61.84%81.18%-
XYZ27.9617.2760.89-
YUV116.91178.84156.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.44%
GREEN value IS 79 (31.25% from 255) = 17.83%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=35.44%
G=17.83%
B=46.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal157792070.240.6200.19276.5657.1456.08
Hex9D4FCF183E0131153938
Octal23511731730760234257170
Binary1001110110011111100111111000111110010011100010101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,79,207); }

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

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

 a { background-color: rgb(157,79,207); }

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

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

 span { border-color: rgb(157,79,207); }

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