#8F1B95

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

Shades of Dark Magenta #8F1B95

Tints of Dark Magenta #8F1B95

Color information

#8F1B95 (or 0x8F1B95) is unknown color: approx Dark Magenta. HEX triplet: 8F, 1B and 95. RGB value is (143,27,149). Sum of RGB (Red+Green+Blue) = 143+27+149=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F1B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1B95 is #70E46A. Grayscale: #4B4B4B. Windows color (decimal): -7398507 or 9771919. OLE color: 9771919.

HSL color Cylindrical-coordinate representation of color #8F1B95: hue angle of 297.05º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1B95 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14327149-
CMYK0.040.8200.42
HSL297.05º69.32%34.51%-
HSV(B)297.05º81.88%58.43%-
XYZ17.148.7929.23-
YUV75.59169.43176.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.83%
GREEN value IS 27 (10.94% from 255) = 8.46%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=44.83%
G=8.46%
B=46.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143271490.040.8200.42297.0569.3234.51
Hex8F1B9545202A1294523
Octal21733225412205245110543
Binary100011111101110010101100101001001010101001010011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,27,149); }

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

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

 a { background-color: rgb(143,27,149); }

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

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

 span { border-color: rgb(143,27,149); }

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