#9D44BF

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

Shades of Deep Lilac #9D44BF

Tints of Deep Lilac #9D44BF

Color information

#9D44BF (or 0x9D44BF) is unknown color: approx Deep Lilac. HEX triplet: 9D, 44 and BF. RGB value is (157,68,191). Sum of RGB (Red+Green+Blue) = 157+68+191=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D44BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D44BF is #62BB40. Grayscale: #6C6C6C. Windows color (decimal): -6470465 or 12534941. OLE color: 12534941.

HSL color Cylindrical-coordinate representation of color #9D44BF: hue angle of 283.41º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D44BF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15768191-
CMYK0.180.6400.25
HSL283.41º49%50.78%-
HSV(B)283.41º64.4%74.9%-
XYZ25.3815.0650.86-
YUV108.63174.49162.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.74%
GREEN value IS 68 (26.95% from 255) = 16.35%
BLUE value IS 191 (75% from 255) = 45.91%
R=37.74%
G=16.35%
B=45.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157681910.180.6400.25283.414950.78
Hex9D44BF124001911b3133
Octal235104277221000314336163
Binary10011101100010010111111100101000000011001100011011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D44BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,68,191); }

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

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

 a { background-color: rgb(157,68,191); }

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

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

 span { border-color: rgb(157,68,191); }

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