#8F1573

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

Shades of Dark Purple #8F1573

Tints of Dark Purple #8F1573

Color information

#8F1573 (or 0x8F1573) is unknown color: approx Dark Purple. HEX triplet: 8F, 15 and 73. RGB value is (143,21,115). Sum of RGB (Red+Green+Blue) = 143+21+115=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1573 is #70EA8C. Grayscale: #434343. Windows color (decimal): -7400077 or 7542159. OLE color: 7542159.

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

Color convert

RGB14321115-
CMYK00.850.200.44
HSL313.77º74.39%32.16%-
HSV(B)313.77º85.31%56.08%-
XYZ14.697.6116.91-
YUV68.19154.42181.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.25%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=51.25%
G=7.53%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432111500.850.200.44313.7774.3932.16
Hex8F1573055142C13a4a20
Octal217251630125245447211240
Binary1000111110101111001101010101101001011001001110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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