Html Css Color HEX #980982 Dark Magenta

📋 copy color: '#980982'

red 152 ◦ green 9 ◦ blue 130

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

Shades of Dark Magenta #980982

Tints of Dark Magenta #980982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

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

R = 52.23%
G = 3.09%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#980982 (or 0x980982) is known color: Dark Magenta. HEX triplet: 98, 09 and 82. RGB value is (152,9,130). Sum of RGB (Red+Green+Blue) = 152+9+130=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #980982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980982 is #67F67D. Grayscale: #414141. Windows color (decimal): -6813310 or 8522136. OLE color: 8522136.

HSL color Cylindrical-coordinate representation of color #980982: hue angle of 309.23º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980982 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 130 -
CMYK 0 0.94 0.14 0.40
HSL 309.23º 0.89% 0.32% -
HSV(B) 309.23º 0.94% 0.6% -
XYZ 17.08 8.48 21.86 -
YUV 65.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 152 9 130 0 0.94 0.14 0.40 309.23 0.89 0.32
Hex 98 9 82 0 5E E 28 135 59 20
Octal 230 11 202 0 136 16 50 465 131 40
Binary 10011000 1001 10000010 0 1011110 1110 101000 100110101 1011001 100000

Color Harmonies of #980982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980982

Black with #980982

Text Example


Text Example

White with #980982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980982; }

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

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

background-color css

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

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

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

border-color css

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

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

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