#8F1C84

Color #8F1C84 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8F1C84

Tints of Dark Purple #8F1C84

Color information

#8F1C84 (or 0x8F1C84) is unknown color: approx Dark Purple. HEX triplet: 8F, 1C and 84. RGB value is (143,28,132). Sum of RGB (Red+Green+Blue) = 143+28+132=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1C84 is #70E37B. Grayscale: #494949. Windows color (decimal): -7398268 or 8658063. OLE color: 8658063.

HSL color Cylindrical-coordinate representation of color #8F1C84: hue angle of 305.74º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F1C84 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14328132-
CMYK00.800.080.44
HSL305.74º67.25%33.53%-
HSV(B)305.74º80.42%56.08%-
XYZ15.918.3422.6-
YUV74.24160.6177.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.19%
GREEN value IS 28 (11.33% from 255) = 9.24%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=47.19%
G=9.24%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432813200.800.080.44305.7467.2533.53
Hex8F1C8405082C1324322
Octal217342040120105446210342
Binary1000111111100100001000101000010001011001001100101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,28,132); }

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

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

 a { background-color: rgb(143,28,132); }

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

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

 span { border-color: rgb(143,28,132); }

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