#841692

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

Shades of Dark Magenta #841692

Tints of Dark Magenta #841692

Color information

#841692 (or 0x841692) is unknown color: approx Dark Magenta. HEX triplet: 84, 16 and 92. RGB value is (132,22,146). Sum of RGB (Red+Green+Blue) = 132+22+146=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #841692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841692 is #7BE96D. Grayscale: #444444. Windows color (decimal): -8120686 or 9574020. OLE color: 9574020.

HSL color Cylindrical-coordinate representation of color #841692: hue angle of 293.23º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841692 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13222146-
CMYK0.100.8500.43
HSL293.23º73.81%32.94%-
HSV(B)293.23º84.93%57.25%-
XYZ14.997.5527.86-
YUV69.03171.44172.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=44%
G=7.33%
B=48.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132221460.100.8500.43293.2373.8132.94
Hex841692A5502B1254a21
Octal204262221212505344511241
Binary1000010010110100100101010101010101010111001001011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841692; }

 p { color: rgb(132,22,146); }

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

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

 a { background-color: rgb(132,22,146); }

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

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

 span { border-color: rgb(132,22,146); }

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