Html Css Color HEX #980D93 Dark Magenta

📋 copy color: '#980D93'

red 152 ◦ green 13 ◦ blue 147

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

Shades of Dark Magenta #980D93

Tints of Dark Magenta #980D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.12%

R = 48.72%
G = 4.17%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#980D93 (or 0x980D93) is known color: Dark Magenta. HEX triplet: 98, 0D and 93. RGB value is (152,13,147). Sum of RGB (Red+Green+Blue) = 152+13+147=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #980D93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980D93 is #67F26C. Grayscale: #454545. Windows color (decimal): -6812269 or 9637272. OLE color: 9637272.

HSL color Cylindrical-coordinate representation of color #980D93: hue angle of 302.16º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D93 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 13 147 -
CMYK 0 0.91 0.03 0.40
HSL 302.16º 0.84% 0.32% -
HSV(B) 302.16º 0.91% 0.6% -
XYZ 18.36 9.07 28.39 -
YUV 69.84 171.55 186.6 -
System Red Green Blue C M Y K H S L
Decimal 152 13 147 0 0.91 0.03 0.40 302.16 0.84 0.32
Hex 98 D 93 0 5B 3 28 12E 54 20
Octal 230 15 223 0 133 3 50 456 124 40
Binary 10011000 1101 10010011 0 1011011 11 101000 100101110 1010100 100000

Color Harmonies of #980D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D93

Black with #980D93

Text Example


Text Example

White with #980D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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