#841893

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

Shades of Dark Magenta #841893

Tints of Dark Magenta #841893

Color information

#841893 (or 0x841893) is unknown color: approx Dark Magenta. HEX triplet: 84, 18 and 93. RGB value is (132,24,147). Sum of RGB (Red+Green+Blue) = 132+24+147=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #841893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841893 is #7BE76C. Grayscale: #454545. Windows color (decimal): -8120173 or 9640068. OLE color: 9640068.

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

Color convert

RGB13224147-
CMYK0.100.8400.42
HSL292.68º71.93%33.53%-
HSV(B)292.68º83.67%57.65%-
XYZ15.117.6728.29-
YUV70.31171.28172-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 24 (9.77% from 255) = 7.92%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=43.56%
G=7.92%
B=48.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132241470.100.8400.42292.6871.9333.53
Hex841893A5402A1254822
Octal204302231212405244511042
Binary1000010011000100100111010101010001010101001001011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841893; }

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

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

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

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

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

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

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

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