#8F1898

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

Shades of Dark Magenta #8F1898

Tints of Dark Magenta #8F1898

Color information

#8F1898 (or 0x8F1898) is unknown color: approx Dark Magenta. HEX triplet: 8F, 18 and 98. RGB value is (143,24,152). Sum of RGB (Red+Green+Blue) = 143+24+152=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F1898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1898 is #70E767. Grayscale: #494949. Windows color (decimal): -7399272 or 9967759. OLE color: 9967759.

HSL color Cylindrical-coordinate representation of color #8F1898: hue angle of 295.78º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1898 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14324152-
CMYK0.060.8400.40
HSL295.78º72.73%34.51%-
HSV(B)295.78º84.21%59.61%-
XYZ17.328.7630.48-
YUV74.17171.92177.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.83%
GREEN value IS 24 (9.77% from 255) = 7.52%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=44.83%
G=7.52%
B=47.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143241520.060.8400.40295.7872.7334.51
Hex8F18986540281284923
Octal21730230612405045011143
Binary100011111100010011000110101010001010001001010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,24,152); }

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

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

 a { background-color: rgb(143,24,152); }

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

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

 span { border-color: rgb(143,24,152); }

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