Html Css Color HEX #980282 Dark Magenta

📋 copy color: '#980282'

red 152 ◦ green 2 ◦ blue 130

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

Shades of Dark Magenta #980282

Tints of Dark Magenta #980282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 53.52%
G = 0.7%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#980282 (or 0x980282) is known color: Dark Magenta. HEX triplet: 98, 02 and 82. RGB value is (152,2,130). Sum of RGB (Red+Green+Blue) = 152+2+130=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #980282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980282 is #67FD7D. Grayscale: #3D3D3D. Windows color (decimal): -6815102 or 8520344. OLE color: 8520344.

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

Color convert

RGB 152 2 130 -
CMYK 0 0.99 0.14 0.40
HSL 308.8º 0.97% 0.3% -
HSV(B) 308.8º 0.99% 0.6% -
XYZ 17 8.33 21.83 -
YUV 61.44 166.7 192.59 -
System Red Green Blue C M Y K H S L
Decimal 152 2 130 0 0.99 0.14 0.40 308.8 0.97 0.3
Hex 98 2 82 0 63 E 28 135 61 1E
Octal 230 2 202 0 143 16 50 465 141 36
Binary 10011000 10 10000010 0 1100011 1110 101000 100110101 1100001 11110

Color Harmonies of #980282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980282

Black with #980282

Text Example


Text Example

White with #980282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980282; }

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

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

background-color css

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

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

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

border-color css

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

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

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