Html Css Color HEX #98178D Dark Magenta

📋 copy color: '#98178D'

red 152 ◦ green 23 ◦ blue 141

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

Shades of Dark Magenta #98178D

Tints of Dark Magenta #98178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.28%

 BLUE value IS 141 (55.47% from 255) = 44.62%

R = 48.1%
G = 7.28%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98178D (or 0x98178D) is known color: Dark Magenta. HEX triplet: 98, 17 and 8D. RGB value is (152,23,141). Sum of RGB (Red+Green+Blue) = 152+23+141=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98178D is #67E872. Grayscale: #4A4A4A. Windows color (decimal): -6809715 or 9246616. OLE color: 9246616.

HSL color Cylindrical-coordinate representation of color #98178D: hue angle of 305.12º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98178D is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 23 141 -
CMYK 0 0.85 0.07 0.40
HSL 305.12º 0.74% 0.34% -
HSV(B) 305.12º 0.85% 0.6% -
XYZ 18.06 9.21 26.03 -
YUV 75.02 165.24 182.91 -
System Red Green Blue C M Y K H S L
Decimal 152 23 141 0 0.85 0.07 0.40 305.12 0.74 0.34
Hex 98 17 8D 0 55 7 28 131 4A 22
Octal 230 27 215 0 125 7 50 461 112 42
Binary 10011000 10111 10001101 0 1010101 111 101000 100110001 1001010 100010

Color Harmonies of #98178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98178D

Black with #98178D

Text Example


Text Example

White with #98178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98178D; }

 p { color: rgb(152,23,141); }

 H1.HeaderClassName
 {
   color: #98178D;
 }
 .AnyTagClassName
 {
   color: #98178D;
 }
</style>

background-color css

<style>
 a { background-color: #98178D; }

 a { background-color: rgb(152,23,141); }

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

border-color css

<style>
 span { border-color: #98178D; }

 span { border-color: rgb(152,23,141); }

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