#981792

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

Shades of Dark Magenta #981792

Tints of Dark Magenta #981792

Color information

#981792 (or 0x981792) is unknown color: approx Dark Magenta. HEX triplet: 98, 17 and 92. RGB value is (152,23,146). Sum of RGB (Red+Green+Blue) = 152+23+146=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #981792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981792 is #67E86D. Grayscale: #4B4B4B. Windows color (decimal): -6809710 or 9574296. OLE color: 9574296.

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

Color convert

RGB15223146-
CMYK00.850.040.40
HSL302.79º73.71%34.31%-
HSV(B)302.79º84.87%59.61%-
XYZ18.449.3628.03-
YUV75.59167.74182.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 23 (9.38% from 255) = 7.17%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=47.35%
G=7.17%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522314600.850.040.40302.7973.7134.31
Hex98179205542812f4a22
Octal23027222012545045711242
Binary100110001011110010010010101011001010001001011111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981792; }

 p { color: rgb(152,23,146); }

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

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

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

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

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

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

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