Html Css Color HEX #98059F Dark Magenta

📋 copy color: '#98059F'

red 152 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #98059F

Tints of Dark Magenta #98059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 48.1%
G = 1.58%
B = 50.32%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98059F (or 0x98059F) is known color: Dark Magenta. HEX triplet: 98, 05 and 9F. RGB value is (152,5,159). Sum of RGB (Red+Green+Blue) = 152+5+159=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #98059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98059F is #67FA60. Grayscale: #424242. Windows color (decimal): -6814305 or 10421656. OLE color: 10421656.

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

Color convert

RGB 152 5 159 -
CMYK 0.04 0.97 0 0.38
HSL 297.27º 0.94% 0.32% -
HSV(B) 297.27º 0.97% 0.62% -
XYZ 19.26 9.29 33.58 -
YUV 66.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 152 5 159 0.04 0.97 0 0.38 297.27 0.94 0.32
Hex 98 5 9F 4 61 0 26 129 5E 20
Octal 230 5 237 4 141 0 46 451 136 40
Binary 10011000 101 10011111 100 1100001 0 100110 100101001 1011110 100000

Color Harmonies of #98059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98059F

Black with #98059F

Text Example


Text Example

White with #98059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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