#8F1670

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

Shades of Dark Purple #8F1670

Tints of Dark Purple #8F1670

Color information

#8F1670 (or 0x8F1670) is unknown color: approx Dark Purple. HEX triplet: 8F, 16 and 70. RGB value is (143,22,112). Sum of RGB (Red+Green+Blue) = 143+22+112=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1670 is #70E98F. Grayscale: #444444. Windows color (decimal): -7399824 or 7345807. OLE color: 7345807.

HSL color Cylindrical-coordinate representation of color #8F1670: hue angle of 315.37º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1670 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14322112-
CMYK00.850.220.44
HSL315.37º73.33%32.35%-
HSV(B)315.37º84.62%56.08%-
XYZ14.547.5816.03-
YUV68.44152.59181.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.62%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=51.62%
G=7.94%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432211200.850.220.44315.3773.3332.35
Hex8F1670055162C13b4920
Octal217261600125265447311140
Binary1000111110110111000001010101101101011001001110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,22,112); }

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

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

 a { background-color: rgb(143,22,112); }

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

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

 span { border-color: rgb(143,22,112); }

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