Html Css Color HEX #98158D Dark Magenta

📋 copy color: '#98158D'

red 152 ◦ green 21 ◦ blue 141

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

Shades of Dark Magenta #98158D

Tints of Dark Magenta #98158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

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

R = 48.41%
G = 6.69%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98158D (or 0x98158D) is known color: Dark Magenta. HEX triplet: 98, 15 and 8D. RGB value is (152,21,141). Sum of RGB (Red+Green+Blue) = 152+21+141=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98158D is #67EA72. Grayscale: #494949. Windows color (decimal): -6810227 or 9246104. OLE color: 9246104.

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

Color convert

RGB 152 21 141 -
CMYK 0 0.86 0.07 0.40
HSL 305.04º 0.76% 0.34% -
HSV(B) 305.04º 0.86% 0.6% -
XYZ 18.02 9.13 26.01 -
YUV 73.85 165.9 183.74 -
System Red Green Blue C M Y K H S L
Decimal 152 21 141 0 0.86 0.07 0.40 305.04 0.76 0.34
Hex 98 15 8D 0 56 7 28 131 4C 22
Octal 230 25 215 0 126 7 50 461 114 42
Binary 10011000 10101 10001101 0 1010110 111 101000 100110001 1001100 100010

Color Harmonies of #98158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98158D

Black with #98158D

Text Example


Text Example

White with #98158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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