#8F5AAA

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

Shades of Deep Lilac #8F5AAA

Tints of Deep Lilac #8F5AAA

Color information

#8F5AAA (or 0x8F5AAA) is unknown color: approx Deep Lilac. HEX triplet: 8F, 5A and AA. RGB value is (143,90,170). Sum of RGB (Red+Green+Blue) = 143+90+170=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F5AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5AAA is #70A555. Grayscale: #727272. Windows color (decimal): -7382358 or 11164303. OLE color: 11164303.

HSL color Cylindrical-coordinate representation of color #8F5AAA: hue angle of 279.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F5AAA is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14390170-
CMYK0.160.4700.33
HSL279.75º32%50.98%-
HSV(B)279.75º47.06%66.67%-
XYZ22.2416.0539.96-
YUV114.97159.06148-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.48%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=35.48%
G=22.33%
B=42.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143901700.160.4700.33279.753250.98
Hex8F5AAA102F0211182033
Octal21713225220570414304063
Binary10001111101101010101010100001011110100001100011000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,90,170); }

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

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

 a { background-color: rgb(143,90,170); }

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

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

 span { border-color: rgb(143,90,170); }

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