#98007C

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

Shades of Dark Magenta #98007C

Tints of Dark Magenta #98007C

Color information

#98007C (or 0x98007C) is unknown color: approx Dark Magenta. HEX triplet: 98, 00 and 7C. RGB value is (152,0,124). Sum of RGB (Red+Green+Blue) = 152+0+124=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98007C is #67FF83. Grayscale: #3B3B3B. Windows color (decimal): -6815620 or 8126616. OLE color: 8126616.

HSL color Cylindrical-coordinate representation of color #98007C: hue angle of 311.05º 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 #98007C is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB1520124-
CMYK010.180.40
HSL311.05º100%29.8%-
HSV(B)311.05º100%59.61%-
XYZ16.598.1319.76-
YUV59.58164.36193.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=55.07%
G=0%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1520124010.180.40311.0510029.8
Hex9807C0641228137641e
Octal23001740144225046714436
Binary10011000011111000110010010010101000100110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98007C; }

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

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

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

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

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

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

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

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