Html Css Color HEX #980281 Dark Magenta

📋 copy color: '#980281'

red 152 ◦ green 2 ◦ blue 129

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

Shades of Dark Magenta #980281

Tints of Dark Magenta #980281

RGB

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

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

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

R = 53.71%
G = 0.71%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#980281 (or 0x980281) is known color: Dark Magenta. HEX triplet: 98, 02 and 81. RGB value is (152,2,129). Sum of RGB (Red+Green+Blue) = 152+2+129=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #980281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980281 is #67FD7E. Grayscale: #3C3C3C. Windows color (decimal): -6815103 or 8454808. OLE color: 8454808.

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

Color convert

RGB 152 2 129 -
CMYK 0 0.99 0.15 0.40
HSL 309.2º 0.97% 0.3% -
HSV(B) 309.2º 0.99% 0.6% -
XYZ 16.93 8.3 21.48 -
YUV 61.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 152 2 129 0 0.99 0.15 0.40 309.2 0.97 0.3
Hex 98 2 81 0 63 F 28 135 61 1E
Octal 230 2 201 0 143 17 50 465 141 36
Binary 10011000 10 10000001 0 1100011 1111 101000 100110101 1100001 11110

Color Harmonies of #980281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980281

Black with #980281

Text Example


Text Example

White with #980281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980281; }

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

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

background-color css

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

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

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

border-color css

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

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

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