Html Css Color HEX #980481 Dark Magenta

📋 copy color: '#980481'

red 152 ◦ green 4 ◦ blue 129

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

Shades of Dark Magenta #980481

Tints of Dark Magenta #980481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

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

R = 53.33%
G = 1.4%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#980481 (or 0x980481) is known color: Dark Magenta. HEX triplet: 98, 04 and 81. RGB value is (152,4,129). Sum of RGB (Red+Green+Blue) = 152+4+129=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #980481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980481 is #67FB7E. Grayscale: #3E3E3E. Windows color (decimal): -6814591 or 8455320. OLE color: 8455320.

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

Color convert

RGB 152 4 129 -
CMYK 0 0.97 0.15 0.40
HSL 309.32º 0.95% 0.31% -
HSV(B) 309.32º 0.97% 0.6% -
XYZ 16.95 8.35 21.49 -
YUV 62.5 165.53 191.84 -
System Red Green Blue C M Y K H S L
Decimal 152 4 129 0 0.97 0.15 0.40 309.32 0.95 0.31
Hex 98 4 81 0 61 F 28 135 5F 1F
Octal 230 4 201 0 141 17 50 465 137 37
Binary 10011000 100 10000001 0 1100001 1111 101000 100110101 1011111 11111

Color Harmonies of #980481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980481

Black with #980481

Text Example


Text Example

White with #980481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980481; }

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

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

background-color css

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

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

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

border-color css

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

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

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