Html Css Color HEX #980582 Dark Magenta

📋 copy color: '#980582'

red 152 ◦ green 5 ◦ blue 130

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

Shades of Dark Magenta #980582

Tints of Dark Magenta #980582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 52.96%
G = 1.74%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#980582 (or 0x980582) is known color: Dark Magenta. HEX triplet: 98, 05 and 82. RGB value is (152,5,130). Sum of RGB (Red+Green+Blue) = 152+5+130=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #980582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980582 is #67FA7D. Grayscale: #3E3E3E. Windows color (decimal): -6814334 or 8521112. OLE color: 8521112.

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

Color convert

RGB 152 5 130 -
CMYK 0 0.97 0.14 0.40
HSL 308.98º 0.94% 0.31% -
HSV(B) 308.98º 0.97% 0.6% -
XYZ 17.03 8.4 21.84 -
YUV 63.2 165.7 191.34 -
System Red Green Blue C M Y K H S L
Decimal 152 5 130 0 0.97 0.14 0.40 308.98 0.94 0.31
Hex 98 5 82 0 61 E 28 135 5E 1F
Octal 230 5 202 0 141 16 50 465 136 37
Binary 10011000 101 10000010 0 1100001 1110 101000 100110101 1011110 11111

Color Harmonies of #980582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980582

Black with #980582

Text Example


Text Example

White with #980582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980582; }

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

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

background-color css

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

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

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

border-color css

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

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

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