Html Css Color HEX #980A8C Dark Magenta

📋 copy color: '#980A8C'

red 152 ◦ green 10 ◦ blue 140

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

Shades of Dark Magenta #980A8C

Tints of Dark Magenta #980A8C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

 BLUE value IS 140 (55.08% from 255) = 46.36%

R = 50.33%
G = 3.31%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#980A8C (or 0x980A8C) is known color: Dark Magenta. HEX triplet: 98, 0A and 8C. RGB value is (152,10,140). Sum of RGB (Red+Green+Blue) = 152+10+140=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #980A8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980A8C is #67F573. Grayscale: #424242. Windows color (decimal): -6813044 or 9177752. OLE color: 9177752.

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

Color convert

RGB 152 10 140 -
CMYK 0 0.93 0.08 0.40
HSL 305.07º 0.88% 0.32% -
HSV(B) 305.07º 0.93% 0.6% -
XYZ 17.79 8.79 25.57 -
YUV 67.28 169.04 188.43 -
System Red Green Blue C M Y K H S L
Decimal 152 10 140 0 0.93 0.08 0.40 305.07 0.88 0.32
Hex 98 A 8C 0 5D 8 28 131 58 20
Octal 230 12 214 0 135 10 50 461 130 40
Binary 10011000 1010 10001100 0 1011101 1000 101000 100110001 1011000 100000

Color Harmonies of #980A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A8C

Black with #980A8C

Text Example


Text Example

White with #980A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,10,140); }

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

background-color css

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

 a { background-color: rgb(152,10,140); }

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

border-color css

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

 span { border-color: rgb(152,10,140); }

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