#98139E

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

Shades of Dark Magenta #98139E

Tints of Dark Magenta #98139E

Color information

#98139E (or 0x98139E) is unknown color: approx Dark Magenta. HEX triplet: 98, 13 and 9E. RGB value is (152,19,158). Sum of RGB (Red+Green+Blue) = 152+19+158=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #98139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98139E is #67EC61. Grayscale: #4A4A4A. Windows color (decimal): -6810722 or 10359704. OLE color: 10359704.

HSL color Cylindrical-coordinate representation of color #98139E: hue angle of 297.41º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98139E is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15219158-
CMYK0.040.8800.38
HSL297.41º78.53%34.71%-
HSV(B)297.41º87.97%61.96%-
XYZ19.359.6133.18-
YUV74.61175.06183.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 19 (7.81% from 255) = 5.78%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=46.20%
G=5.78%
B=48.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152191580.040.8800.38297.4178.5334.71
Hex98139E4580261294f23
Octal23023236413004645111743
Binary100110001001110011110100101100001001101001010011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98139E; }

 p { color: rgb(152,19,158); }

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

<style>
 a { background-color: #98139E; }

 a { background-color: rgb(152,19,158); }

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

<style>
 span { border-color: #98139E; }

 span { border-color: rgb(152,19,158); }

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