Html Css Color HEX #841093 Dark Magenta

📋 copy color: '#841093'

red 132 ◦ green 16 ◦ blue 147

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

Shades of Dark Magenta #841093

Tints of Dark Magenta #841093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 44.75%
G = 5.42%
B = 49.83%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#841093 (or 0x841093) is known color: Dark Magenta. HEX triplet: 84, 10 and 93. RGB value is (132,16,147). Sum of RGB (Red+Green+Blue) = 132+16+147=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #841093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841093 is #7BEF6C. Grayscale: #414141. Windows color (decimal): -8122221 or 9638020. OLE color: 9638020.

HSL color Cylindrical-coordinate representation of color #841093: hue angle of 293.13º degrees, saturation: 0.8, 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 #841093 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 16 147 -
CMYK 0.10 0.89 0 0.42
HSL 293.13º 0.8% 0.32% -
HSV(B) 293.13º 0.89% 0.58% -
XYZ 14.97 7.38 28.24 -
YUV 65.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 132 16 147 0.10 0.89 0 0.42 293.13 0.8 0.32
Hex 84 10 93 A 59 0 2A 125 50 20
Octal 204 20 223 12 131 0 52 445 120 40
Binary 10000100 10000 10010011 1010 1011001 0 101010 100100101 1010000 100000

Color Harmonies of #841093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841093

Black with #841093

Text Example


Text Example

White with #841093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841093; }

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

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

background-color css

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

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

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

border-color css

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

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

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