Html Css Color HEX #98139F Dark Magenta

📋 copy color: '#98139F'

red 152 ◦ green 19 ◦ blue 159

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

Shades of Dark Magenta #98139F

Tints of Dark Magenta #98139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

 BLUE value IS 159 (62.5% from 255) = 48.18%

R = 46.06%
G = 5.76%
B = 48.18%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98139F (or 0x98139F) is known color: Dark Magenta. HEX triplet: 98, 13 and 9F. RGB value is (152,19,159). Sum of RGB (Red+Green+Blue) = 152+19+159=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #98139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98139F is #67EC60. Grayscale: #4A4A4A. Windows color (decimal): -6810721 or 10425240. OLE color: 10425240.

HSL color Cylindrical-coordinate representation of color #98139F: hue angle of 297º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98139F is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 19 159 -
CMYK 0.04 0.88 0 0.38
HSL 297º 0.79% 0.35% -
HSV(B) 297º 0.88% 0.62% -
XYZ 19.44 9.64 33.64 -
YUV 74.73 175.56 183.12 -
System Red Green Blue C M Y K H S L
Decimal 152 19 159 0.04 0.88 0 0.38 297 0.79 0.35
Hex 98 13 9F 4 58 0 26 129 4F 23
Octal 230 23 237 4 130 0 46 451 117 43
Binary 10011000 10011 10011111 100 1011000 0 100110 100101001 1001111 100011

Color Harmonies of #98139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98139F

Black with #98139F

Text Example


Text Example

White with #98139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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