#98149E

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

Shades of Dark Magenta #98149E

Tints of Dark Magenta #98149E

Color information

#98149E (or 0x98149E) is unknown color: approx Dark Magenta. HEX triplet: 98, 14 and 9E. RGB value is (152,20,158). Sum of RGB (Red+Green+Blue) = 152+20+158=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #98149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98149E is #67EB61. Grayscale: #4A4A4A. Windows color (decimal): -6810466 or 10359960. OLE color: 10359960.

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

Color convert

RGB15220158-
CMYK0.040.8700.38
HSL297.39º77.53%34.9%-
HSV(B)297.39º87.34%61.96%-
XYZ19.379.6433.19-
YUV75.2174.73182.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 20 (8.20% from 255) = 6.06%
BLUE value IS 158 (62.11% from 255) = 47.88%
R=46.06%
G=6.06%
B=47.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152201580.040.8700.38297.3977.5334.9
Hex98149E4570261294e23
Octal23024236412704645111643
Binary100110001010010011110100101011101001101001010011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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