#841095

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

Shades of Dark Magenta #841095

Tints of Dark Magenta #841095

Color information

#841095 (or 0x841095) is unknown color: approx Dark Magenta. HEX triplet: 84, 10 and 95. RGB value is (132,16,149). Sum of RGB (Red+Green+Blue) = 132+16+149=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #841095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841095 is #7BEF6A. Grayscale: #414141. Windows color (decimal): -8122219 or 9769092. OLE color: 9769092.

HSL color Cylindrical-coordinate representation of color #841095: hue angle of 292.33º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841095 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13216149-
CMYK0.110.8900.42
HSL292.33º80.61%32.35%-
HSV(B)292.33º89.26%58.43%-
XYZ15.137.4529.07-
YUV65.85174.93175.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 16 (6.64% from 255) = 5.39%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=44.44%
G=5.39%
B=50.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132161490.110.8900.42292.3380.6132.35
Hex841095B5902A1245120
Octal204202251313105244412140
Binary1000010010000100101011011101100101010101001001001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841095; }

 p { color: rgb(132,16,149); }

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

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

 a { background-color: rgb(132,16,149); }

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

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

 span { border-color: rgb(132,16,149); }

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