Html Css Color HEX #98018A Dark Magenta

📋 copy color: '#98018A'

red 152 ◦ green 1 ◦ blue 138

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

Shades of Dark Magenta #98018A

Tints of Dark Magenta #98018A

RGB

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

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

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

R = 52.23%
G = 0.34%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98018A (or 0x98018A) is known color: Dark Magenta. HEX triplet: 98, 01 and 8A. RGB value is (152,1,138). Sum of RGB (Red+Green+Blue) = 152+1+138=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #98018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98018A is #67FE75. Grayscale: #3D3D3D. Windows color (decimal): -6815350 or 9044376. OLE color: 9044376.

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

Color convert

RGB 152 1 138 -
CMYK 0 0.99 0.09 0.40
HSL 305.56º 0.99% 0.3% -
HSV(B) 305.56º 0.99% 0.6% -
XYZ 17.55 8.53 24.77 -
YUV 61.77 171.03 192.36 -
System Red Green Blue C M Y K H S L
Decimal 152 1 138 0 0.99 0.09 0.40 305.56 0.99 0.3
Hex 98 1 8A 0 63 9 28 132 63 1E
Octal 230 1 212 0 143 11 50 462 143 36
Binary 10011000 1 10001010 0 1100011 1001 101000 100110010 1100011 11110

Color Harmonies of #98018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98018A

Black with #98018A

Text Example


Text Example

White with #98018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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