#98158C

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

Shades of Dark Magenta #98158C

Tints of Dark Magenta #98158C

Color information

#98158C (or 0x98158C) is unknown color: approx Dark Magenta. HEX triplet: 98, 15 and 8C. RGB value is (152,21,140). Sum of RGB (Red+Green+Blue) = 152+21+140=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98158C is #67EA73. Grayscale: #494949. Windows color (decimal): -6810228 or 9180568. OLE color: 9180568.

HSL color Cylindrical-coordinate representation of color #98158C: hue angle of 305.5º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98158C is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB15221140-
CMYK00.860.080.40
HSL305.5º75.72%33.92%-
HSV(B)305.5º86.18%59.61%-
XYZ17.959.1125.62-
YUV73.74165.4183.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 21 (8.59% from 255) = 6.71%
BLUE value IS 140 (55.08% from 255) = 44.73%
R=48.56%
G=6.71%
B=44.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522114000.860.080.40305.575.7233.92
Hex98158C0568281314c22
Octal230252140126105046111442
Binary1001100010101100011000101011010001010001001100011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98158C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98158C; }

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

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

<style>
 a { background-color: #98158C; }

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

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

<style>
 span { border-color: #98158C; }

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

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