Html Css Color HEX #841092 Dark Magenta

📋 copy color: '#841092'

red 132 ◦ green 16 ◦ blue 146

#841092
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #841092

Tints of Dark Magenta #841092

RGB

 RED value IS 132 (51.95% from 255) = 44.9%

 GREEN value IS 16 (6.64% from 255) = 5.44%

 BLUE value IS 146 (57.42% from 255) = 49.66%

R = 44.9%
G = 5.44%
B = 49.66%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#841092 (or 0x841092) is known color: Dark Magenta. HEX triplet: 84, 10 and 92. RGB value is (132,16,146). Sum of RGB (Red+Green+Blue) = 132+16+146=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #841092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841092 is #7BEF6D. Grayscale: #414141. Windows color (decimal): -8122222 or 9572484. OLE color: 9572484.

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

Color convert

RGB 132 16 146 -
CMYK 0.10 0.89 0 0.43
HSL 293.54º 0.8% 0.32% -
HSV(B) 293.54º 0.89% 0.57% -
XYZ 14.89 7.35 27.83 -
YUV 65.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 132 16 146 0.10 0.89 0 0.43 293.54 0.8 0.32
Hex 84 10 92 A 59 0 2B 126 50 20
Octal 204 20 222 12 131 0 53 446 120 40
Binary 10000100 10000 10010010 1010 1011001 0 101011 100100110 1010000 100000

Color Harmonies of #841092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841092

Black with #841092

Text Example


Text Example

White with #841092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841092; }

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

 H1.HeaderClassName
 {
   color: #841092;
 }
 .AnyTagClassName
 {
   color: #841092;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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