Html Css Color HEX #98138F Dark Magenta

📋 copy color: '#98138F'

red 152 ◦ green 19 ◦ blue 143

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

Shades of Dark Magenta #98138F

Tints of Dark Magenta #98138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.54%

R = 48.41%
G = 6.05%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98138F (or 0x98138F) is known color: Dark Magenta. HEX triplet: 98, 13 and 8F. RGB value is (152,19,143). Sum of RGB (Red+Green+Blue) = 152+19+143=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98138F is #67EC70. Grayscale: #484848. Windows color (decimal): -6810737 or 9376664. OLE color: 9376664.

HSL color Cylindrical-coordinate representation of color #98138F: hue angle of 304.06º 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 #98138F is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 143 -
CMYK 0 0.87 0.06 0.40
HSL 304.06º 0.78% 0.34% -
HSV(B) 304.06º 0.88% 0.6% -
XYZ 18.14 9.12 26.79 -
YUV 72.9 167.56 184.42 -
System Red Green Blue C M Y K H S L
Decimal 152 19 143 0 0.87 0.06 0.40 304.06 0.78 0.34
Hex 98 13 8F 0 57 6 28 130 4E 22
Octal 230 23 217 0 127 6 50 460 116 42
Binary 10011000 10011 10001111 0 1010111 110 101000 100110000 1001110 100010

Color Harmonies of #98138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98138F

Black with #98138F

Text Example


Text Example

White with #98138F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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