Html Css Color HEX #980487 Dark Magenta

📋 copy color: '#980487'

red 152 ◦ green 4 ◦ blue 135

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

Shades of Dark Magenta #980487

Tints of Dark Magenta #980487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 135 (53.13% from 255) = 46.39%

R = 52.23%
G = 1.37%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#980487 (or 0x980487) is known color: Dark Magenta. HEX triplet: 98, 04 and 87. RGB value is (152,4,135). Sum of RGB (Red+Green+Blue) = 152+4+135=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #980487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980487 is #67FB78. Grayscale: #3E3E3E. Windows color (decimal): -6814585 or 8848536. OLE color: 8848536.

HSL color Cylindrical-coordinate representation of color #980487: hue angle of 306.89º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980487 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 4 135 -
CMYK 0 0.97 0.11 0.40
HSL 306.89º 0.95% 0.31% -
HSV(B) 306.89º 0.97% 0.6% -
XYZ 17.37 8.51 23.65 -
YUV 63.19 168.53 191.35 -
System Red Green Blue C M Y K H S L
Decimal 152 4 135 0 0.97 0.11 0.40 306.89 0.95 0.31
Hex 98 4 87 0 61 B 28 133 5F 1F
Octal 230 4 207 0 141 13 50 463 137 37
Binary 10011000 100 10000111 0 1100001 1011 101000 100110011 1011111 11111

Color Harmonies of #980487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980487

Black with #980487

Text Example


Text Example

White with #980487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980487; }

 p { color: rgb(152,4,135); }

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

background-color css

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

 a { background-color: rgb(152,4,135); }

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

border-color css

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

 span { border-color: rgb(152,4,135); }

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