#8F4BC1

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

Shades of Deep Lilac #8F4BC1

Tints of Deep Lilac #8F4BC1

Color information

#8F4BC1 (or 0x8F4BC1) is unknown color: approx Deep Lilac. HEX triplet: 8F, 4B and C1. RGB value is (143,75,193). Sum of RGB (Red+Green+Blue) = 143+75+193=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F4BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F4BC1 is #70B43E. Grayscale: #6C6C6C. Windows color (decimal): -7386175 or 12667791. OLE color: 12667791.

HSL color Cylindrical-coordinate representation of color #8F4BC1: hue angle of 274.58º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F4BC1 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14375193-
CMYK0.260.6100.24
HSL274.58º48.76%52.55%-
HSV(B)274.58º61.14%75.69%-
XYZ23.4714.7252.06-
YUV108.78175.53152.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.79%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 193 (75.78% from 255) = 46.96%
R=34.79%
G=18.25%
B=46.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143751930.260.6100.24274.5848.7652.55
Hex8F4BC11A3D0181133135
Octal21711330132750304236165
Binary1000111110010111100000111010111101011000100010011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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