#8F3BAD

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

Shades of Deep Lilac #8F3BAD

Tints of Deep Lilac #8F3BAD

Color information

#8F3BAD (or 0x8F3BAD) is unknown color: approx Deep Lilac. HEX triplet: 8F, 3B and AD. RGB value is (143,59,173). Sum of RGB (Red+Green+Blue) = 143+59+173=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F3BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3BAD is #70C452. Grayscale: #606060. Windows color (decimal): -7390291 or 11352975. OLE color: 11352975.

HSL color Cylindrical-coordinate representation of color #8F3BAD: hue angle of 284.21º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3BAD is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14359173-
CMYK0.170.6600.32
HSL284.21º49.14%45.49%-
HSV(B)284.21º65.9%67.84%-
XYZ20.4311.9840.77-
YUV97.11170.83160.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 59 (23.44% from 255) = 15.73%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=38.13%
G=15.73%
B=46.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143591730.170.6600.32284.2149.1445.49
Hex8F3BAD114202011c312d
Octal21773255211020404346155
Binary10001111111011101011011000110000100100000100011100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,59,173); }

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

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

 a { background-color: rgb(143,59,173); }

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

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

 span { border-color: rgb(143,59,173); }

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