Html Css Color HEX #980DAB Dark Magenta

📋 copy color: '#980DAB'

red 152 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #980DAB

Tints of Dark Magenta #980DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.87%

 BLUE value IS 171 (67.19% from 255) = 50.89%

R = 45.24%
G = 3.87%
B = 50.89%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#980DAB (or 0x980DAB) is known color: Dark Magenta. HEX triplet: 98, 0D and AB. RGB value is (152,13,171). Sum of RGB (Red+Green+Blue) = 152+13+171=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #980DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980DAB is #67F254. Grayscale: #484848. Windows color (decimal): -6812245 or 11210136. OLE color: 11210136.

HSL color Cylindrical-coordinate representation of color #980DAB: hue angle of 292.78º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980DAB is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 13 171 -
CMYK 0.11 0.92 0 0.33
HSL 292.78º 0.86% 0.36% -
HSV(B) 292.78º 0.92% 0.67% -
XYZ 20.44 9.9 39.36 -
YUV 72.57 183.55 184.65 -
System Red Green Blue C M Y K H S L
Decimal 152 13 171 0.11 0.92 0 0.33 292.78 0.86 0.36
Hex 98 D AB B 5C 0 21 125 56 24
Octal 230 15 253 13 134 0 41 445 126 44
Binary 10011000 1101 10101011 1011 1011100 0 100001 100100101 1010110 100100

Color Harmonies of #980DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980DAB

Black with #980DAB

Text Example


Text Example

White with #980DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980DAB; }

 p { color: rgb(152,13,171); }

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

background-color css

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

 a { background-color: rgb(152,13,171); }

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

border-color css

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

 span { border-color: rgb(152,13,171); }

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