Html Css Color HEX #980585 Dark Magenta

📋 copy color: '#980585'

red 152 ◦ green 5 ◦ blue 133

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

Shades of Dark Magenta #980585

Tints of Dark Magenta #980585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 133 (52.34% from 255) = 45.86%

R = 52.41%
G = 1.72%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#980585 (or 0x980585) is known color: Dark Magenta. HEX triplet: 98, 05 and 85. RGB value is (152,5,133). Sum of RGB (Red+Green+Blue) = 152+5+133=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #980585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980585 is #67FA7A. Grayscale: #3F3F3F. Windows color (decimal): -6814331 or 8717720. OLE color: 8717720.

HSL color Cylindrical-coordinate representation of color #980585: hue angle of 307.76º degrees, saturation: 0.94, 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 #980585 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 5 133 -
CMYK 0 0.97 0.13 0.40
HSL 307.76º 0.94% 0.31% -
HSV(B) 307.76º 0.97% 0.6% -
XYZ 17.24 8.48 22.92 -
YUV 63.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 152 5 133 0 0.97 0.13 0.40 307.76 0.94 0.31
Hex 98 5 85 0 61 D 28 134 5E 1F
Octal 230 5 205 0 141 15 50 464 136 37
Binary 10011000 101 10000101 0 1100001 1101 101000 100110100 1011110 11111

Color Harmonies of #980585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980585

Black with #980585

Text Example


Text Example

White with #980585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980585; }

 p { color: rgb(152,5,133); }

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

background-color css

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

 a { background-color: rgb(152,5,133); }

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

border-color css

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

 span { border-color: rgb(152,5,133); }

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