Html Css Color HEX #98029F Dark Magenta

📋 copy color: '#98029F'

red 152 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #98029F

Tints of Dark Magenta #98029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 48.56%
G = 0.64%
B = 50.8%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98029F (or 0x98029F) is known color: Dark Magenta. HEX triplet: 98, 02 and 9F. RGB value is (152,2,159). Sum of RGB (Red+Green+Blue) = 152+2+159=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #98029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98029F is #67FD60. Grayscale: #404040. Windows color (decimal): -6815073 or 10420888. OLE color: 10420888.

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

Color convert

RGB 152 2 159 -
CMYK 0.04 0.99 0 0.38
HSL 297.32º 0.98% 0.32% -
HSV(B) 297.32º 0.99% 0.62% -
XYZ 19.23 9.22 33.57 -
YUV 64.75 181.2 190.23 -
System Red Green Blue C M Y K H S L
Decimal 152 2 159 0.04 0.99 0 0.38 297.32 0.98 0.32
Hex 98 2 9F 4 63 0 26 129 62 20
Octal 230 2 237 4 143 0 46 451 142 40
Binary 10011000 10 10011111 100 1100011 0 100110 100101001 1100010 100000

Color Harmonies of #98029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98029F

Black with #98029F

Text Example


Text Example

White with #98029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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