#8F1A92

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

Shades of Dark Magenta #8F1A92

Tints of Dark Magenta #8F1A92

Color information

#8F1A92 (or 0x8F1A92) is unknown color: approx Dark Magenta. HEX triplet: 8F, 1A and 92. RGB value is (143,26,146). Sum of RGB (Red+Green+Blue) = 143+26+146=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F1A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1A92 is #70E56D. Grayscale: #4A4A4A. Windows color (decimal): -7398766 or 9575055. OLE color: 9575055.

HSL color Cylindrical-coordinate representation of color #8F1A92: hue angle of 298.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1A92 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14326146-
CMYK0.020.8200.43
HSL298.5º69.77%33.73%-
HSV(B)298.5º82.19%57.25%-
XYZ16.898.6527.97-
YUV74.66168.26176.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.40%
GREEN value IS 26 (10.55% from 255) = 8.25%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=45.40%
G=8.25%
B=46.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143261460.020.8200.43298.569.7733.73
Hex8F1A9225202B12a4622
Octal21732222212205345210642
Binary10001111110101001001010101001001010111001010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,26,146); }

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

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

 a { background-color: rgb(143,26,146); }

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

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

 span { border-color: rgb(143,26,146); }

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