#9D4BC1

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

Shades of Deep Lilac #9D4BC1

Tints of Deep Lilac #9D4BC1

Color information

#9D4BC1 (or 0x9D4BC1) is unknown color: approx Deep Lilac. HEX triplet: 9D, 4B and C1. RGB value is (157,75,193). Sum of RGB (Red+Green+Blue) = 157+75+193=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D4BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4BC1 is #62B43E. Grayscale: #707070. Windows color (decimal): -6468671 or 12667805. OLE color: 12667805.

HSL color Cylindrical-coordinate representation of color #9D4BC1: hue angle of 281.69º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D4BC1 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15775193-
CMYK0.190.6100.24
HSL281.69º48.76%52.55%-
HSV(B)281.69º61.14%75.69%-
XYZ26.0516.0552.18-
YUV112.97173.17159.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.94%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 193 (75.78% from 255) = 45.41%
R=36.94%
G=17.65%
B=45.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal157751930.190.6100.24281.6948.7652.55
Hex9D4BC1133D01811a3135
Octal23511330123750304326165
Binary1001110110010111100000110011111101011000100011010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,75,193); }

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

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

 a { background-color: rgb(157,75,193); }

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

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

 span { border-color: rgb(157,75,193); }

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