#98058B

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

Shades of Dark Magenta #98058B

Tints of Dark Magenta #98058B

Color information

#98058B (or 0x98058B) is unknown color: approx Dark Magenta. HEX triplet: 98, 05 and 8B. RGB value is (152,5,139). Sum of RGB (Red+Green+Blue) = 152+5+139=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98058B is #67FA74. Grayscale: #3F3F3F. Windows color (decimal): -6814325 or 9110936. OLE color: 9110936.

HSL color Cylindrical-coordinate representation of color #98058B: hue angle of 305.31º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98058B is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB1525139-
CMYK00.970.090.40
HSL305.31º93.63%30.78%-
HSV(B)305.31º96.71%59.61%-
XYZ17.668.6525.16-
YUV64.23170.2190.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=51.35%
G=1.69%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152513900.970.090.40305.3193.6330.78
Hex9858B0619281315e1f
Octal23052130141115046113637
Binary1001100010110001011011000011001101000100110001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98058B; }

 p { color: rgb(152,5,139); }

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

<style>
 a { background-color: #98058B; }

 a { background-color: rgb(152,5,139); }

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

<style>
 span { border-color: #98058B; }

 span { border-color: rgb(152,5,139); }

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