#98009C

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

Shades of Dark Magenta #98009C

Tints of Dark Magenta #98009C

Color information

#98009C (or 0x98009C) is unknown color: approx Dark Magenta. HEX triplet: 98, 00 and 9C. RGB value is (152,0,156). Sum of RGB (Red+Green+Blue) = 152+0+156=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #98009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98009C is #67FF63. Grayscale: #3E3E3E. Windows color (decimal): -6815588 or 10223768. OLE color: 10223768.

HSL color Cylindrical-coordinate representation of color #98009C: hue angle of 298.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98009C is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1520156-
CMYK0.03100.39
HSL298.46º100%30.59%-
HSV(B)298.46º100%61.18%-
XYZ18.959.0832.21-
YUV63.23180.36191.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 50.65%
R=49.35%
G=0%
B=50.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15201560.03100.39298.4610030.59
Hex9809C36402712a641f
Octal2300234314404745214437
Binary100110000100111001111001000100111100101010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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