Html Css Color HEX #98018D Dark Magenta

📋 copy color: '#98018D'

red 152 ◦ green 1 ◦ blue 141

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

Shades of Dark Magenta #98018D

Tints of Dark Magenta #98018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 51.7%
G = 0.34%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98018D (or 0x98018D) is known color: Dark Magenta. HEX triplet: 98, 01 and 8D. RGB value is (152,1,141). Sum of RGB (Red+Green+Blue) = 152+1+141=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #98018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98018D is #67FE72. Grayscale: #3D3D3D. Windows color (decimal): -6815347 or 9240984. OLE color: 9240984.

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

Color convert

RGB 152 1 141 -
CMYK 0 0.99 0.07 0.40
HSL 304.37º 0.99% 0.3% -
HSV(B) 304.37º 0.99% 0.6% -
XYZ 17.77 8.62 25.93 -
YUV 62.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 152 1 141 0 0.99 0.07 0.40 304.37 0.99 0.3
Hex 98 1 8D 0 63 7 28 130 63 1E
Octal 230 1 215 0 143 7 50 460 143 36
Binary 10011000 1 10001101 0 1100011 111 101000 100110000 1100011 11110

Color Harmonies of #98018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98018D

Black with #98018D

Text Example


Text Example

White with #98018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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