Html Css Color HEX #98018F Dark Magenta

📋 copy color: '#98018F'

red 152 ◦ green 1 ◦ blue 143

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

Shades of Dark Magenta #98018F

Tints of Dark Magenta #98018F

RGB

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

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

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

R = 51.35%
G = 0.34%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98018F (or 0x98018F) is known color: Dark Magenta. HEX triplet: 98, 01 and 8F. RGB value is (152,1,143). Sum of RGB (Red+Green+Blue) = 152+1+143=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98018F is #67FE70. Grayscale: #3D3D3D. Windows color (decimal): -6815345 or 9372056. OLE color: 9372056.

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

Color convert

RGB 152 1 143 -
CMYK 0 0.99 0.06 0.40
HSL 303.58º 0.99% 0.3% -
HSV(B) 303.58º 0.99% 0.6% -
XYZ 17.92 8.68 26.72 -
YUV 62.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 152 1 143 0 0.99 0.06 0.40 303.58 0.99 0.3
Hex 98 1 8F 0 63 6 28 130 63 1E
Octal 230 1 217 0 143 6 50 460 143 36
Binary 10011000 1 10001111 0 1100011 110 101000 100110000 1100011 11110

Color Harmonies of #98018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98018F

Black with #98018F

Text Example


Text Example

White with #98018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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