#980092

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

Shades of Dark Magenta #980092

Tints of Dark Magenta #980092

Color information

#980092 (or 0x980092) is unknown color: approx Dark Magenta. HEX triplet: 98, 00 and 92. RGB value is (152,0,146). Sum of RGB (Red+Green+Blue) = 152+0+146=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #980092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980092 is #67FF6D. Grayscale: #3D3D3D. Windows color (decimal): -6815598 or 9568408. OLE color: 9568408.

HSL color Cylindrical-coordinate representation of color #980092: hue angle of 302.37º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980092 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB1520146-
CMYK010.040.40
HSL302.37º100%29.8%-
HSV(B)302.37º100%59.61%-
XYZ18.148.7527.93-
YUV62.09175.36192.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=51.01%
G=0%
B=48.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1520146010.040.40302.3710029.8
Hex9809206442812e641e
Octal2300222014445045614436
Binary1001100001001001001100100100101000100101110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980092; }

 p { color: rgb(152,0,146); }

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

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

 a { background-color: rgb(152,0,146); }

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

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

 span { border-color: rgb(152,0,146); }

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