#8F46AA

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

Shades of Deep Lilac #8F46AA

Tints of Deep Lilac #8F46AA

Color information

#8F46AA (or 0x8F46AA) is unknown color: approx Deep Lilac. HEX triplet: 8F, 46 and AA. RGB value is (143,70,170). Sum of RGB (Red+Green+Blue) = 143+70+170=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F46AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F46AA is #70B955. Grayscale: #666666. Windows color (decimal): -7387478 or 11159183. OLE color: 11159183.

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

Color convert

RGB14370170-
CMYK0.160.5900.33
HSL283.8º41.67%47.06%-
HSV(B)283.8º58.82%66.67%-
XYZ20.7713.1239.47-
YUV103.23165.68156.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.34%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=37.34%
G=18.28%
B=44.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143701700.160.5900.33283.841.6747.06
Hex8F46AA103B02111c2a2f
Octal21710625220730414345257
Binary10001111100011010101010100001110110100001100011100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F46AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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