Html Css Color HEX #980380 Dark Magenta

📋 copy color: '#980380'

red 152 ◦ green 3 ◦ blue 128

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

Shades of Dark Magenta #980380

Tints of Dark Magenta #980380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 53.71%
G = 1.06%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#980380 (or 0x980380) is known color: Dark Magenta. HEX triplet: 98, 03 and 80. RGB value is (152,3,128). Sum of RGB (Red+Green+Blue) = 152+3+128=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #980380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980380 is #67FC7F. Grayscale: #3D3D3D. Windows color (decimal): -6814848 or 8389528. OLE color: 8389528.

HSL color Cylindrical-coordinate representation of color #980380: hue angle of 309.66º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980380 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 128 -
CMYK 0 0.98 0.16 0.40
HSL 309.66º 0.96% 0.3% -
HSV(B) 309.66º 0.98% 0.6% -
XYZ 16.88 8.3 21.13 -
YUV 61.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 152 3 128 0 0.98 0.16 0.40 309.66 0.96 0.3
Hex 98 3 80 0 62 10 28 136 60 1E
Octal 230 3 200 0 142 20 50 466 140 36
Binary 10011000 11 10000000 0 1100010 10000 101000 100110110 1100000 11110

Color Harmonies of #980380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980380

Black with #980380

Text Example


Text Example

White with #980380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980380; }

 p { color: rgb(152,3,128); }

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

background-color css

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

 a { background-color: rgb(152,3,128); }

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

border-color css

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

 span { border-color: rgb(152,3,128); }

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