#8F5DAC

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

Shades of Deep Lilac #8F5DAC

Tints of Deep Lilac #8F5DAC

Color information

#8F5DAC (or 0x8F5DAC) is unknown color: approx Deep Lilac. HEX triplet: 8F, 5D and AC. RGB value is (143,93,172). Sum of RGB (Red+Green+Blue) = 143+93+172=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5DAC is #70A253. Grayscale: #747474. Windows color (decimal): -7381588 or 11296143. OLE color: 11296143.

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

Color convert

RGB14393172-
CMYK0.170.4600.33
HSL277.97º32.24%51.96%-
HSV(B)277.97º45.93%67.45%-
XYZ22.6916.6541.05-
YUV116.96159.06146.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.05%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=35.05%
G=22.79%
B=42.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143931720.170.4600.33277.9732.2451.96
Hex8F5DAC112E0211162034
Octal21713525421560414264064
Binary10001111101110110101100100011011100100001100010110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,93,172); }

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

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

 a { background-color: rgb(143,93,172); }

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

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

 span { border-color: rgb(143,93,172); }

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