#821798

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

Shades of Dark Magenta #821798

Tints of Dark Magenta #821798

Color information

#821798 (or 0x821798) is unknown color: approx Dark Magenta. HEX triplet: 82, 17 and 98. RGB value is (130,23,152). Sum of RGB (Red+Green+Blue) = 130+23+152=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #821798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821798 is #7DE867. Grayscale: #454545. Windows color (decimal): -8251496 or 9967490. OLE color: 9967490.

HSL color Cylindrical-coordinate representation of color #821798: hue angle of 289.77º 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 #821798 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13023152-
CMYK0.140.8500.40
HSL289.77º73.71%34.31%-
HSV(B)289.77º84.87%59.61%-
XYZ15.187.6330.38-
YUV69.7174.45171.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 23 (9.38% from 255) = 7.54%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=42.62%
G=7.54%
B=49.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130231520.140.8500.40289.7773.7134.31
Hex821798E550281224a22
Octal202272301612505044211242
Binary1000001010111100110001110101010101010001001000101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821798; }

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

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

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

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

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

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

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

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