Html Css Color HEX #980381 Dark Magenta

📋 copy color: '#980381'

red 152 ◦ green 3 ◦ blue 129

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

Shades of Dark Magenta #980381

Tints of Dark Magenta #980381

RGB

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

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

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

R = 53.52%
G = 1.06%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#980381 (or 0x980381) is known color: Dark Magenta. HEX triplet: 98, 03 and 81. RGB value is (152,3,129). Sum of RGB (Red+Green+Blue) = 152+3+129=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #980381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980381 is #67FC7E. Grayscale: #3D3D3D. Windows color (decimal): -6814847 or 8455064. OLE color: 8455064.

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

Color convert

RGB 152 3 129 -
CMYK 0 0.98 0.15 0.40
HSL 309.26º 0.96% 0.3% -
HSV(B) 309.26º 0.98% 0.6% -
XYZ 16.94 8.33 21.48 -
YUV 61.92 165.86 192.25 -
System Red Green Blue C M Y K H S L
Decimal 152 3 129 0 0.98 0.15 0.40 309.26 0.96 0.3
Hex 98 3 81 0 62 F 28 135 60 1E
Octal 230 3 201 0 142 17 50 465 140 36
Binary 10011000 11 10000001 0 1100010 1111 101000 100110101 1100000 11110

Color Harmonies of #980381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980381

Black with #980381

Text Example


Text Example

White with #980381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980381; }

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

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

background-color css

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

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

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

border-color css

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

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

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