#8F4BAA

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

Shades of Deep Lilac #8F4BAA

Tints of Deep Lilac #8F4BAA

Color information

#8F4BAA (or 0x8F4BAA) is unknown color: approx Deep Lilac. HEX triplet: 8F, 4B and AA. RGB value is (143,75,170). Sum of RGB (Red+Green+Blue) = 143+75+170=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4BAA is #70B455. Grayscale: #696969. Windows color (decimal): -7386198 or 11160463. OLE color: 11160463.

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

Color convert

RGB14375170-
CMYK0.160.5600.33
HSL282.95º38.78%48.04%-
HSV(B)282.95º55.88%66.67%-
XYZ21.113.7739.58-
YUV106.16164.03154.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.86%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=36.86%
G=19.33%
B=43.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143751700.160.5600.33282.9538.7848.04
Hex8F4BAA103802111b2730
Octal21711325220700414334760
Binary10001111100101110101010100001110000100001100011011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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