#8F189D

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

Shades of Dark Magenta #8F189D

Tints of Dark Magenta #8F189D

Color information

#8F189D (or 0x8F189D) is unknown color: approx Dark Magenta. HEX triplet: 8F, 18 and 9D. RGB value is (143,24,157). Sum of RGB (Red+Green+Blue) = 143+24+157=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F189D is #70E762. Grayscale: #4A4A4A. Windows color (decimal): -7399267 or 10295439. OLE color: 10295439.

HSL color Cylindrical-coordinate representation of color #8F189D: hue angle of 293.68º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F189D is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14324157-
CMYK0.090.8500.38
HSL293.68º73.48%35.49%-
HSV(B)293.68º84.71%61.57%-
XYZ17.748.9332.69-
YUV74.74174.42176.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.14%
GREEN value IS 24 (9.77% from 255) = 7.41%
BLUE value IS 157 (61.72% from 255) = 48.46%
R=44.14%
G=7.41%
B=48.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143241570.090.8500.38293.6873.4835.49
Hex8F189D9550261264923
Octal217302351112504644611143
Binary1000111111000100111011001101010101001101001001101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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