#8F2985

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

Shades of Dark Purple #8F2985

Tints of Dark Purple #8F2985

Color information

#8F2985 (or 0x8F2985) is unknown color: approx Dark Purple. HEX triplet: 8F, 29 and 85. RGB value is (143,41,133). Sum of RGB (Red+Green+Blue) = 143+41+133=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2985 is #70D67A. Grayscale: #515151. Windows color (decimal): -7394939 or 8726927. OLE color: 8726927.

HSL color Cylindrical-coordinate representation of color #8F2985: hue angle of 305.88º 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 #8F2985 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB14341133-
CMYK00.710.070.44
HSL305.88º55.43%36.08%-
HSV(B)305.88º71.33%56.08%-
XYZ16.359.1223.09-
YUV81.99156.79171.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.11%
GREEN value IS 41 (16.41% from 255) = 12.93%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=45.11%
G=12.93%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434113300.710.070.44305.8855.4336.08
Hex8F298504772C1323724
Octal2175120501077544626744
Binary100011111010011000010101000111111101100100110010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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