Html Css Color HEX #98128E Dark Magenta

📋 copy color: '#98128E'

red 152 ◦ green 18 ◦ blue 142

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

Shades of Dark Magenta #98128E

Tints of Dark Magenta #98128E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 48.72%
G = 5.77%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98128E (or 0x98128E) is known color: Dark Magenta. HEX triplet: 98, 12 and 8E. RGB value is (152,18,142). Sum of RGB (Red+Green+Blue) = 152+18+142=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98128E is #67ED71. Grayscale: #474747. Windows color (decimal): -6810994 or 9310872. OLE color: 9310872.

HSL color Cylindrical-coordinate representation of color #98128E: hue angle of 304.48º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98128E is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 18 142 -
CMYK 0 0.88 0.07 0.40
HSL 304.48º 0.79% 0.33% -
HSV(B) 304.48º 0.88% 0.6% -
XYZ 18.05 9.06 26.39 -
YUV 72.2 167.39 184.92 -
System Red Green Blue C M Y K H S L
Decimal 152 18 142 0 0.88 0.07 0.40 304.48 0.79 0.33
Hex 98 12 8E 0 58 7 28 130 4F 21
Octal 230 22 216 0 130 7 50 460 117 41
Binary 10011000 10010 10001110 0 1011000 111 101000 100110000 1001111 100001

Color Harmonies of #98128E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98128E

Black with #98128E

Text Example


Text Example

White with #98128E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98128E; }

 p { color: rgb(152,18,142); }

 H1.HeaderClassName
 {
   color: #98128E;
 }
 .AnyTagClassName
 {
   color: #98128E;
 }
</style>

background-color css

<style>
 a { background-color: #98128E; }

 a { background-color: rgb(152,18,142); }

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

border-color css

<style>
 span { border-color: #98128E; }

 span { border-color: rgb(152,18,142); }

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