#9D4FCC

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

Shades of Deep Lilac #9D4FCC

Tints of Deep Lilac #9D4FCC

Color information

#9D4FCC (or 0x9D4FCC) is unknown color: approx Deep Lilac. HEX triplet: 9D, 4F and CC. RGB value is (157,79,204). Sum of RGB (Red+Green+Blue) = 157+79+204=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D4FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4FCC is #62B033. Grayscale: #747474. Windows color (decimal): -6467636 or 13389725. OLE color: 13389725.

HSL color Cylindrical-coordinate representation of color #9D4FCC: hue angle of 277.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D4FCC is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15779204-
CMYK0.230.6100.2
HSL277.44º55.07%55.49%-
HSV(B)277.44º61.27%80%-
XYZ27.617.1258.98-
YUV116.57177.34156.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 79 (31.25% from 255) = 17.95%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=35.68%
G=17.95%
B=46.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal157792040.230.6100.2277.4455.0755.49
Hex9D4FCC173D0141153737
Octal23511731427750244256767
Binary1001110110011111100110010111111101010100100010101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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