#8F2984

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

Shades of Dark Purple #8F2984

Tints of Dark Purple #8F2984

Color information

#8F2984 (or 0x8F2984) is unknown color: approx Dark Purple. HEX triplet: 8F, 29 and 84. RGB value is (143,41,132). Sum of RGB (Red+Green+Blue) = 143+41+132=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2984 is #70D67B. Grayscale: #515151. Windows color (decimal): -7394940 or 8661391. OLE color: 8661391.

HSL color Cylindrical-coordinate representation of color #8F2984: hue angle of 306.47º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2984 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14341132-
CMYK00.710.080.44
HSL306.47º55.43%36.08%-
HSV(B)306.47º71.33%56.08%-
XYZ16.299.0922.73-
YUV81.87156.29171.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.25%
GREEN value IS 41 (16.41% from 255) = 12.97%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=45.25%
G=12.97%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434113200.710.080.44306.4755.4336.08
Hex8F298404782C1323724
Octal21751204010710544626744
Binary1000111110100110000100010001111000101100100110010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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