#8f4fa4

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

Shades of Deep Lilac #8F4FA4

Tints of Deep Lilac #8F4FA4

Color information

#8F4FA4 (or 0x8F4FA4) is unknown color: approx Deep Lilac. HEX triplet: 8F, 4F and A4. RGB value is (143,79,164). Sum of RGB (Red+Green+Blue) = 143+79+164=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F4FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F4FA4 is #70B05B. Grayscale: #6B6B6B. Windows color (decimal): -7385180 or 10768271. OLE color: 10768271.

HSL color Cylindrical-coordinate representation of color #8F4FA4: hue angle of 285.18º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4FA4 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14379164-
CMYK0.130.5200.36
HSL285.18º34.98%47.65%-
HSV(B)285.18º51.83%64.31%-
XYZ20.8214.1136.75-
YUV107.83159.7153.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.05%
GREEN value IS 79 (31.25% from 255) = 20.47%
BLUE value IS 164 (64.45% from 255) = 42.49%
R=37.05%
G=20.47%
B=42.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143791640.130.5200.36285.1834.9847.65
Hex8F4FA4D3402411d2330
Octal21711724415640444354360
Binary1000111110011111010010011011101000100100100011101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f4fa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,79,164); }

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

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

 a { background-color: rgb(143,79,164); }

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

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

 span { border-color: rgb(143,79,164); }

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