#8D45AF

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

Shades of Deep Lilac #8D45AF

Tints of Deep Lilac #8D45AF

Color information

#8D45AF (or 0x8D45AF) is unknown color: approx Deep Lilac. HEX triplet: 8D, 45 and AF. RGB value is (141,69,175). Sum of RGB (Red+Green+Blue) = 141+69+175=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D45AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D45AF is #72BA50. Grayscale: #666666. Windows color (decimal): -7518801 or 11486605. OLE color: 11486605.

HSL color Cylindrical-coordinate representation of color #8D45AF: hue angle of 280.75º degrees, saturation: 0.43, 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 #8D45AF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14169175-
CMYK0.190.6100.31
HSL280.75º43.44%47.84%-
HSV(B)280.75º60.57%68.63%-
XYZ20.8513.0141.97-
YUV102.61168.85155.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.62%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=36.62%
G=17.92%
B=45.45%

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
Decimal141691750.190.6100.31280.7543.4447.84
Hex8D45AF133D01F1192b30
Octal21510525723750374315360
Binary1000110110001011010111110011111101011111100011001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D45AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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