Html Css Color HEX #980981 Dark Magenta

📋 copy color: '#980981'

red 152 ◦ green 9 ◦ blue 129

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

Shades of Dark Magenta #980981

Tints of Dark Magenta #980981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.48%

R = 52.41%
G = 3.1%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#980981 (or 0x980981) is known color: Dark Magenta. HEX triplet: 98, 09 and 81. RGB value is (152,9,129). Sum of RGB (Red+Green+Blue) = 152+9+129=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #980981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980981 is #67F67E. Grayscale: #414141. Windows color (decimal): -6813311 or 8456600. OLE color: 8456600.

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

Color convert

RGB 152 9 129 -
CMYK 0 0.94 0.15 0.40
HSL 309.65º 0.89% 0.32% -
HSV(B) 309.65º 0.94% 0.6% -
XYZ 17.01 8.46 21.5 -
YUV 65.44 163.88 189.74 -
System Red Green Blue C M Y K H S L
Decimal 152 9 129 0 0.94 0.15 0.40 309.65 0.89 0.32
Hex 98 9 81 0 5E F 28 136 59 20
Octal 230 11 201 0 136 17 50 466 131 40
Binary 10011000 1001 10000001 0 1011110 1111 101000 100110110 1011001 100000

Color Harmonies of #980981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980981

Black with #980981

Text Example


Text Example

White with #980981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980981; }

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

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

background-color css

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

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

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

border-color css

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

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

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