Html Css Color HEX #98058B Dark Magenta

📋 copy color: '#98058B'

red 152 ◦ green 5 ◦ blue 139

#98058B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #98058B

Tints of Dark Magenta #98058B

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 value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98058B (or 0x98058B) is known color: 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

RGB 152 5 139 -
CMYK 0 0.97 0.09 0.40
HSL 305.31º 0.94% 0.31% -
HSV(B) 305.31º 0.97% 0.6% -
XYZ 17.66 8.65 25.16 -
YUV 64.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 152 5 139 0 0.97 0.09 0.40 305.31 0.94 0.31
Hex 98 5 8B 0 61 9 28 131 5E 1F
Octal 230 5 213 0 141 11 50 461 136 37
Binary 10011000 101 10001011 0 1100001 1001 101000 100110001 1011110 11111

Color Harmonies of #98058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98058B

Black with #98058B

Text Example


Text Example

White with #98058B

Text Example


Text Example

HTML Codes & Css Web 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>