Html Css Color HEX #98149D Dark Magenta

📋 copy color: '#98149D'

red 152 ◦ green 20 ◦ blue 157

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

Shades of Dark Magenta #98149D

Tints of Dark Magenta #98149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 46.2%
G = 6.08%
B = 47.72%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98149D (or 0x98149D) is known color: Dark Magenta. HEX triplet: 98, 14 and 9D. RGB value is (152,20,157). Sum of RGB (Red+Green+Blue) = 152+20+157=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #98149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98149D is #67EB62. Grayscale: #4A4A4A. Windows color (decimal): -6810467 or 10294424. OLE color: 10294424.

HSL color Cylindrical-coordinate representation of color #98149D: hue angle of 297.81º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98149D is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 20 157 -
CMYK 0.03 0.87 0 0.38
HSL 297.81º 0.77% 0.35% -
HSV(B) 297.81º 0.87% 0.62% -
XYZ 19.28 9.61 32.74 -
YUV 75.09 174.23 182.86 -
System Red Green Blue C M Y K H S L
Decimal 152 20 157 0.03 0.87 0 0.38 297.81 0.77 0.35
Hex 98 14 9D 3 57 0 26 12A 4D 23
Octal 230 24 235 3 127 0 46 452 115 43
Binary 10011000 10100 10011101 11 1010111 0 100110 100101010 1001101 100011

Color Harmonies of #98149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98149D

Black with #98149D

Text Example


Text Example

White with #98149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,20,157); }

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

background-color css

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

 a { background-color: rgb(152,20,157); }

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

border-color css

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

 span { border-color: rgb(152,20,157); }

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