#8F1877

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

Shades of Dark Purple #8F1877

Tints of Dark Purple #8F1877

Color information

#8F1877 (or 0x8F1877) is unknown color: approx Dark Purple. HEX triplet: 8F, 18 and 77. RGB value is (143,24,119). Sum of RGB (Red+Green+Blue) = 143+24+119=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1877 is #70E788. Grayscale: #464646. Windows color (decimal): -7399305 or 7805071. OLE color: 7805071.

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

Color convert

RGB14324119-
CMYK00.830.170.44
HSL312.1º71.26%32.75%-
HSV(B)312.1º83.22%56.08%-
XYZ14.987.8218.17-
YUV70.41155.42179.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 8.39%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=50%
G=8.39%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432411900.830.170.44312.171.2632.75
Hex8F1877053112C1384721
Octal217301670123215447010741
Binary1000111111000111011101010011100011011001001110001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,24,119); }

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

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

 a { background-color: rgb(143,24,119); }

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

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

 span { border-color: rgb(143,24,119); }

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