#8F1C92

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

Shades of Dark Magenta #8F1C92

Tints of Dark Magenta #8F1C92

Color information

#8F1C92 (or 0x8F1C92) is unknown color: approx Dark Magenta. HEX triplet: 8F, 1C and 92. RGB value is (143,28,146). Sum of RGB (Red+Green+Blue) = 143+28+146=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F1C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1C92 is #70E36D. Grayscale: #4B4B4B. Windows color (decimal): -7398254 or 9575567. OLE color: 9575567.

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

Color convert

RGB14328146-
CMYK0.020.8100.43
HSL298.47º67.82%34.12%-
HSV(B)298.47º80.82%57.25%-
XYZ16.938.7527.99-
YUV75.84167.6175.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.11%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=45.11%
G=8.83%
B=46.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143281460.020.8100.43298.4767.8234.12
Hex8F1C9225102B12a4422
Octal21734222212105345210442
Binary10001111111001001001010101000101010111001010101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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