#8f54bc

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

Shades of Deep Lilac #8F54BC

Tints of Deep Lilac #8F54BC

Color information

#8F54BC (or 0x8F54BC) is unknown color: approx Deep Lilac. HEX triplet: 8F, 54 and BC. RGB value is (143,84,188). Sum of RGB (Red+Green+Blue) = 143+84+188=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F54BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F54BC is #70AB43. Grayscale: #717171. Windows color (decimal): -7383876 or 12342415. OLE color: 12342415.

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

Color convert

RGB14384188-
CMYK0.240.5500.26
HSL274.04º43.7%53.33%-
HSV(B)274.04º55.32%73.73%-
XYZ23.5815.8149.39-
YUV113.5170.05149.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.46%
GREEN value IS 84 (33.20% from 255) = 20.24%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=34.46%
G=20.24%
B=45.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal143841880.240.5500.26274.0443.753.33
Hex8F54BC183701A1122c35
Octal21712427430670324225465
Binary1000111110101001011110011000110111011010100010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f54bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,84,188); }

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

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

 a { background-color: rgb(143,84,188); }

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

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

 span { border-color: rgb(143,84,188); }

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