Html Css Color HEX #98138A Dark Magenta

📋 copy color: '#98138A'

red 152 ◦ green 19 ◦ blue 138

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

Shades of Dark Magenta #98138A

Tints of Dark Magenta #98138A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

 BLUE value IS 138 (54.3% from 255) = 44.66%

R = 49.19%
G = 6.15%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98138A (or 0x98138A) is known color: Dark Magenta. HEX triplet: 98, 13 and 8A. RGB value is (152,19,138). Sum of RGB (Red+Green+Blue) = 152+19+138=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98138A is #67EC75. Grayscale: #474747. Windows color (decimal): -6810742 or 9048984. OLE color: 9048984.

HSL color Cylindrical-coordinate representation of color #98138A: hue angle of 306.32º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98138A is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 138 -
CMYK 0 0.87 0.09 0.40
HSL 306.32º 0.78% 0.34% -
HSV(B) 306.32º 0.88% 0.6% -
XYZ 17.77 8.98 24.84 -
YUV 72.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 152 19 138 0 0.87 0.09 0.40 306.32 0.78 0.34
Hex 98 13 8A 0 57 9 28 132 4E 22
Octal 230 23 212 0 127 11 50 462 116 42
Binary 10011000 10011 10001010 0 1010111 1001 101000 100110010 1001110 100010

Color Harmonies of #98138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98138A

Black with #98138A

Text Example


Text Example

White with #98138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98138A; }

 p { color: rgb(152,19,138); }

 H1.HeaderClassName
 {
   color: #98138A;
 }
 .AnyTagClassName
 {
   color: #98138A;
 }
</style>

background-color css

<style>
 a { background-color: #98138A; }

 a { background-color: rgb(152,19,138); }

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

border-color css

<style>
 span { border-color: #98138A; }

 span { border-color: rgb(152,19,138); }

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