#8F1577

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

Shades of Dark Purple #8F1577

Tints of Dark Purple #8F1577

Color information

#8F1577 (or 0x8F1577) is unknown color: approx Dark Purple. HEX triplet: 8F, 15 and 77. RGB value is (143,21,119). Sum of RGB (Red+Green+Blue) = 143+21+119=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1577 is #70EA88. Grayscale: #444444. Windows color (decimal): -7400073 or 7804303. OLE color: 7804303.

HSL color Cylindrical-coordinate representation of color #8F1577: hue angle of 311.8º degrees, saturation: 0.74, 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 #8F1577 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14321119-
CMYK00.850.170.44
HSL311.8º74.39%32.16%-
HSV(B)311.8º85.31%56.08%-
XYZ14.937.7118.15-
YUV68.65156.42181.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.53%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=50.53%
G=7.42%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432111900.850.170.44311.874.3932.16
Hex8F1577055112C1384a20
Octal217251670125215447011240
Binary1000111110101111011101010101100011011001001110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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