#98059C

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

Shades of Dark Magenta #98059C

Tints of Dark Magenta #98059C

Color information

#98059C (or 0x98059C) is unknown color: approx Dark Magenta. HEX triplet: 98, 05 and 9C. RGB value is (152,5,156). Sum of RGB (Red+Green+Blue) = 152+5+156=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #98059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98059C is #67FA63. Grayscale: #414141. Windows color (decimal): -6814308 or 10225048. OLE color: 10225048.

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

Color convert

RGB1525156-
CMYK0.030.9700.39
HSL298.41º93.79%31.57%-
HSV(B)298.41º96.79%61.18%-
XYZ199.1832.22-
YUV66.17178.7189.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 5 (2.34% from 255) = 1.60%
BLUE value IS 156 (61.33% from 255) = 49.84%
R=48.56%
G=1.60%
B=49.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15251560.030.9700.39298.4193.7931.57
Hex9859C36102712a5e20
Octal2305234314104745213640
Binary100110001011001110011110000101001111001010101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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