Html Css Color HEX #98037F Dark Magenta

📋 copy color: '#98037F'

red 152 ◦ green 3 ◦ blue 127

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

Shades of Dark Magenta #98037F

Tints of Dark Magenta #98037F

RGB

 RED value IS 152 (59.77% from 255) = 53.9%

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 127 (50% from 255) = 45.04%

R = 53.9%
G = 1.06%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98037F (or 0x98037F) is known color: Dark Magenta. HEX triplet: 98, 03 and 7F. RGB value is (152,3,127). Sum of RGB (Red+Green+Blue) = 152+3+127=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98037F is #67FC80. Grayscale: #3D3D3D. Windows color (decimal): -6814849 or 8323992. OLE color: 8323992.

HSL color Cylindrical-coordinate representation of color #98037F: hue angle of 310.07º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98037F is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 127 -
CMYK 0 0.98 0.16 0.40
HSL 310.07º 0.96% 0.3% -
HSV(B) 310.07º 0.98% 0.6% -
XYZ 16.81 8.27 20.79 -
YUV 61.69 164.86 192.42 -
System Red Green Blue C M Y K H S L
Decimal 152 3 127 0 0.98 0.16 0.40 310.07 0.96 0.3
Hex 98 3 7F 0 62 10 28 136 60 1E
Octal 230 3 177 0 142 20 50 466 140 36
Binary 10011000 11 1111111 0 1100010 10000 101000 100110110 1100000 11110

Color Harmonies of #98037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98037F

Black with #98037F

Text Example


Text Example

White with #98037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,3,127); }

 H1.HeaderClassName
 {
   color: #98037F;
 }
 .AnyTagClassName
 {
   color: #98037F;
 }
</style>

background-color css

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

 a { background-color: rgb(152,3,127); }

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

border-color css

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

 span { border-color: rgb(152,3,127); }

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