#841393

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

Shades of Dark Magenta #841393

Tints of Dark Magenta #841393

Color information

#841393 (or 0x841393) is unknown color: approx Dark Magenta. HEX triplet: 84, 13 and 93. RGB value is (132,19,147). Sum of RGB (Red+Green+Blue) = 132+19+147=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #841393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841393 is #7BEC6C. Grayscale: #424242. Windows color (decimal): -8121453 or 9638788. OLE color: 9638788.

HSL color Cylindrical-coordinate representation of color #841393: hue angle of 292.97º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841393 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13219147-
CMYK0.100.8700.42
HSL292.97º77.11%32.55%-
HSV(B)292.97º87.07%57.65%-
XYZ15.027.4828.26-
YUV67.38172.94174.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 19 (7.81% from 255) = 6.38%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=44.30%
G=6.38%
B=49.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132191470.100.8700.42292.9777.1132.55
Hex841393A5702A1254d21
Octal204232231212705244511541
Binary1000010010011100100111010101011101010101001001011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841393; }

 p { color: rgb(132,19,147); }

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

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

 a { background-color: rgb(132,19,147); }

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

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

 span { border-color: rgb(132,19,147); }

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