#980A91

Color #980A91 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #980A91

Tints of Dark Magenta #980A91

Color information

#980A91 (or 0x980A91) is unknown color: approx Dark Magenta. HEX triplet: 98, 0A and 91. RGB value is (152,10,145). Sum of RGB (Red+Green+Blue) = 152+10+145=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #980A91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980A91 is #67F56E. Grayscale: #434343. Windows color (decimal): -6813039 or 9505432. OLE color: 9505432.

HSL color Cylindrical-coordinate representation of color #980A91: hue angle of 302.96º 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 #980A91 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15210145-
CMYK00.930.050.40
HSL302.96º87.65%31.76%-
HSV(B)302.96º93.42%59.61%-
XYZ18.178.9427.56-
YUV67.85171.54188.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 10 (4.30% from 255) = 3.26%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=49.51%
G=3.26%
B=47.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521014500.930.050.40302.9687.6531.76
Hex98A9105D52812f5820
Octal23012221013555045713040
Binary10011000101010010001010111011011010001001011111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #980A91;
 }
 .AnyTagClassName
 {
   color: #980A91;
 }
</style>
background-color css

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

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

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

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

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

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