Html Css Color HEX #98028B Dark Magenta

📋 copy color: '#98028B'

red 152 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #98028B

Tints of Dark Magenta #98028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.44%

R = 51.88%
G = 0.68%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98028B (or 0x98028B) is known color: Dark Magenta. HEX triplet: 98, 02 and 8B. RGB value is (152,2,139). Sum of RGB (Red+Green+Blue) = 152+2+139=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98028B is #67FD74. Grayscale: #3E3E3E. Windows color (decimal): -6815093 or 9110168. OLE color: 9110168.

HSL color Cylindrical-coordinate representation of color #98028B: hue angle of 305.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98028B is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 139 -
CMYK 0 0.99 0.09 0.40
HSL 305.2º 0.97% 0.3% -
HSV(B) 305.2º 0.99% 0.6% -
XYZ 17.63 8.58 25.15 -
YUV 62.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 152 2 139 0 0.99 0.09 0.40 305.2 0.97 0.3
Hex 98 2 8B 0 63 9 28 131 61 1E
Octal 230 2 213 0 143 11 50 461 141 36
Binary 10011000 10 10001011 0 1100011 1001 101000 100110001 1100001 11110

Color Harmonies of #98028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98028B

Black with #98028B

Text Example


Text Example

White with #98028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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