Html Css Color HEX #980881 Dark Magenta

📋 copy color: '#980881'

red 152 ◦ green 8 ◦ blue 129

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

Shades of Dark Magenta #980881

Tints of Dark Magenta #980881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

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

R = 52.6%
G = 2.77%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#980881 (or 0x980881) is known color: Dark Magenta. HEX triplet: 98, 08 and 81. RGB value is (152,8,129). Sum of RGB (Red+Green+Blue) = 152+8+129=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #980881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980881 is #67F77E. Grayscale: #404040. Windows color (decimal): -6813567 or 8456344. OLE color: 8456344.

HSL color Cylindrical-coordinate representation of color #980881: hue angle of 309.58º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980881 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 8 129 -
CMYK 0 0.95 0.15 0.40
HSL 309.58º 0.9% 0.31% -
HSV(B) 309.58º 0.95% 0.6% -
XYZ 17 8.43 21.5 -
YUV 64.85 164.21 190.16 -
System Red Green Blue C M Y K H S L
Decimal 152 8 129 0 0.95 0.15 0.40 309.58 0.9 0.31
Hex 98 8 81 0 5F F 28 136 5A 1F
Octal 230 10 201 0 137 17 50 466 132 37
Binary 10011000 1000 10000001 0 1011111 1111 101000 100110110 1011010 11111

Color Harmonies of #980881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980881

Black with #980881

Text Example


Text Example

White with #980881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980881; }

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

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

background-color css

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

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

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

border-color css

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

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

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