Html Css Color HEX #98029B Dark Magenta

📋 copy color: '#98029B'

red 152 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #98029B

Tints of Dark Magenta #98029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.16%

R = 49.19%
G = 0.65%
B = 50.16%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98029B (or 0x98029B) is known color: Dark Magenta. HEX triplet: 98, 02 and 9B. RGB value is (152,2,155). Sum of RGB (Red+Green+Blue) = 152+2+155=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #98029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98029B is #67FD64. Grayscale: #3F3F3F. Windows color (decimal): -6815077 or 10158744. OLE color: 10158744.

HSL color Cylindrical-coordinate representation of color #98029B: hue angle of 298.82º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98029B is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 2 155 -
CMYK 0.02 0.99 0 0.39
HSL 298.82º 0.97% 0.31% -
HSV(B) 298.82º 0.99% 0.61% -
XYZ 18.89 9.09 31.77 -
YUV 64.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 152 2 155 0.02 0.99 0 0.39 298.82 0.97 0.31
Hex 98 2 9B 2 63 0 27 12B 61 1F
Octal 230 2 233 2 143 0 47 453 141 37
Binary 10011000 10 10011011 10 1100011 0 100111 100101011 1100001 11111

Color Harmonies of #98029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98029B

Black with #98029B

Text Example


Text Example

White with #98029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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