#98159F

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

Shades of Dark Magenta #98159F

Tints of Dark Magenta #98159F

Color information

#98159F (or 0x98159F) is unknown color: approx Dark Magenta. HEX triplet: 98, 15 and 9F. RGB value is (152,21,159). Sum of RGB (Red+Green+Blue) = 152+21+159=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #98159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98159F is #67EA60. Grayscale: #4B4B4B. Windows color (decimal): -6810209 or 10425752. OLE color: 10425752.

HSL color Cylindrical-coordinate representation of color #98159F: hue angle of 296.96º degrees, saturation: 0.77, 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 #98159F is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15221159-
CMYK0.040.8700.38
HSL296.96º76.67%35.29%-
HSV(B)296.96º86.79%62.35%-
XYZ19.489.7133.65-
YUV75.9174.9182.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 21 (8.59% from 255) = 6.33%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=45.78%
G=6.33%
B=47.89%

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
Decimal152211590.040.8700.38296.9676.6735.29
Hex98159F4570261294d23
Octal23025237412704645111543
Binary100110001010110011111100101011101001101001010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98159F; }

 p { color: rgb(152,21,159); }

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

<style>
 a { background-color: #98159F; }

 a { background-color: rgb(152,21,159); }

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

<style>
 span { border-color: #98159F; }

 span { border-color: rgb(152,21,159); }

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