#840498

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

Shades of Dark Magenta #840498

Tints of Dark Magenta #840498

Color information

#840498 (or 0x840498) is unknown color: approx Dark Magenta. HEX triplet: 84, 04 and 98. RGB value is (132,4,152). Sum of RGB (Red+Green+Blue) = 132+4+152=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #840498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840498 is #7BFB67. Grayscale: #3A3A3A. Windows color (decimal): -8125288 or 9962628. OLE color: 9962628.

HSL color Cylindrical-coordinate representation of color #840498: hue angle of 291.89º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #840498 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1324152-
CMYK0.130.9700.40
HSL291.89º94.87%30.59%-
HSV(B)291.89º97.37%59.61%-
XYZ15.237.2630.3-
YUV59.14180.41179.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 152 (59.77% from 255) = 52.78%
R=45.83%
G=1.39%
B=52.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13241520.130.9700.40291.8994.8730.59
Hex84498D610281245f1f
Octal20442301514105044413737
Binary1000010010010011000110111000010101000100100100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840498; }

 p { color: rgb(132,4,152); }

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

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

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

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

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

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

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