#8F2F85

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

Shades of Dark Purple #8F2F85

Tints of Dark Purple #8F2F85

Color information

#8F2F85 (or 0x8F2F85) is unknown color: approx Dark Purple. HEX triplet: 8F, 2F and 85. RGB value is (143,47,133). Sum of RGB (Red+Green+Blue) = 143+47+133=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2F85 is #70D07A. Grayscale: #555555. Windows color (decimal): -7393403 or 8728463. OLE color: 8728463.

HSL color Cylindrical-coordinate representation of color #8F2F85: hue angle of 306.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F2F85 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB14347133-
CMYK00.670.070.44
HSL306.25º50.53%37.25%-
HSV(B)306.25º67.13%56.08%-
XYZ16.589.5723.16-
YUV85.51154.8169.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.27%
GREEN value IS 47 (18.75% from 255) = 14.55%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=44.27%
G=14.55%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434713300.670.070.44306.2550.5337.25
Hex8F2F8504372C1323325
Octal2175720501037544626345
Binary100011111011111000010101000011111101100100110010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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