#981698

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

Shades of Dark Magenta #981698

Tints of Dark Magenta #981698

Color information

#981698 (or 0x981698) is unknown color: approx Dark Magenta. HEX triplet: 98, 16 and 98. RGB value is (152,22,152). Sum of RGB (Red+Green+Blue) = 152+22+152=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #981698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981698 is #67E967. Grayscale: #4B4B4B. Windows color (decimal): -6809960 or 9967256. OLE color: 9967256.

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

Color convert

RGB15222152-
CMYK00.8600.40
HSL300º74.71%34.12%-
HSV(B)300º85.53%59.61%-
XYZ18.99.5230.55-
YUV75.69171.07182.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 22 (8.98% from 255) = 6.75%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=46.63%
G=6.75%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522215200.8600.4030074.7134.12
Hex98169805602812c4b22
Octal23026230012605045411342
Binary1001100010110100110000101011001010001001011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981698; }

 p { color: rgb(152,22,152); }

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

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

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

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

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

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

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