#980890

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

Shades of Dark Magenta #980890

Tints of Dark Magenta #980890

Color information

#980890 (or 0x980890) is unknown color: approx Dark Magenta. HEX triplet: 98, 08 and 90. RGB value is (152,8,144). Sum of RGB (Red+Green+Blue) = 152+8+144=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #980890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980890 is #67F76F. Grayscale: #424242. Windows color (decimal): -6813552 or 9439384. OLE color: 9439384.

HSL color Cylindrical-coordinate representation of color #980890: hue angle of 303.33º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980890 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB1528144-
CMYK00.950.050.40
HSL303.33º90%31.37%-
HSV(B)303.33º94.74%59.61%-
XYZ18.078.8627.14-
YUV66.56171.71188.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 2.63%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=50%
G=2.63%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152814400.950.050.40303.339031.37
Hex9889005F52812f5a1f
Octal23010220013755045713237
Binary1001100010001001000001011111101101000100101111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980890; }

 p { color: rgb(152,8,144); }

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

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

 a { background-color: rgb(152,8,144); }

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

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

 span { border-color: rgb(152,8,144); }

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