#98129A

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

Shades of Dark Magenta #98129A

Tints of Dark Magenta #98129A

Color information

#98129A (or 0x98129A) is unknown color: approx Dark Magenta. HEX triplet: 98, 12 and 9A. RGB value is (152,18,154). Sum of RGB (Red+Green+Blue) = 152+18+154=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #98129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98129A is #67ED65. Grayscale: #494949. Windows color (decimal): -6810982 or 10097304. OLE color: 10097304.

HSL color Cylindrical-coordinate representation of color #98129A: hue angle of 299.12º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98129A is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15218154-
CMYK0.010.8800.40
HSL299.12º79.07%33.73%-
HSV(B)299.12º88.31%60.39%-
XYZ199.4431.39-
YUV73.57173.39183.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 18 (7.42% from 255) = 5.56%
BLUE value IS 154 (60.55% from 255) = 47.53%
R=46.91%
G=5.56%
B=47.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152181540.010.8800.40299.1279.0733.73
Hex98129A15802812b4f22
Octal23022232113005045311742
Binary1001100010010100110101101100001010001001010111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98129A; }

 p { color: rgb(152,18,154); }

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

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

 a { background-color: rgb(152,18,154); }

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

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

 span { border-color: rgb(152,18,154); }

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