#8D44AF

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

Shades of Deep Lilac #8D44AF

Tints of Deep Lilac #8D44AF

Color information

#8D44AF (or 0x8D44AF) is unknown color: approx Deep Lilac. HEX triplet: 8D, 44 and AF. RGB value is (141,68,175). Sum of RGB (Red+Green+Blue) = 141+68+175=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D44AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D44AF is #72BB50. Grayscale: #656565. Windows color (decimal): -7519057 or 11486349. OLE color: 11486349.

HSL color Cylindrical-coordinate representation of color #8D44AF: hue angle of 280.93º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D44AF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14168175-
CMYK0.190.6100.31
HSL280.93º44.03%47.65%-
HSV(B)280.93º61.14%68.63%-
XYZ20.7912.8941.95-
YUV102.02169.18155.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.72%
GREEN value IS 68 (26.95% from 255) = 17.71%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=36.72%
G=17.71%
B=45.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141681750.190.6100.31280.9344.0347.65
Hex8D44AF133D01F1192c30
Octal21510425723750374315460
Binary1000110110001001010111110011111101011111100011001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D44AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D44AF; }

 p { color: rgb(141,68,175); }

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

<style>
 a { background-color: #8D44AF; }

 a { background-color: rgb(141,68,175); }

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

<style>
 span { border-color: #8D44AF; }

 span { border-color: rgb(141,68,175); }

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