#980684

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

Shades of Dark Magenta #980684

Tints of Dark Magenta #980684

Color information

#980684 (or 0x980684) is unknown color: approx Dark Magenta. HEX triplet: 98, 06 and 84. RGB value is (152,6,132). Sum of RGB (Red+Green+Blue) = 152+6+132=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #980684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980684 is #67F97B. Grayscale: #3F3F3F. Windows color (decimal): -6814076 or 8652440. OLE color: 8652440.

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

Color convert

RGB1526132-
CMYK00.960.130.40
HSL308.22º92.41%30.98%-
HSV(B)308.22º96.05%59.61%-
XYZ17.188.4722.56-
YUV64.02166.37190.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 6 (2.73% from 255) = 2.07%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=52.41%
G=2.07%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152613200.960.130.40308.2292.4130.98
Hex98684060D281345c1f
Octal23062040140155046413437
Binary1001100011010000100011000001101101000100110100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980684; }

 p { color: rgb(152,6,132); }

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

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

 a { background-color: rgb(152,6,132); }

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

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

 span { border-color: rgb(152,6,132); }

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