Html Css Color HEX #841692 Dark Magenta

📋 copy color: '#841692'

red 132 ◦ green 22 ◦ blue 146

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

Shades of Dark Magenta #841692

Tints of Dark Magenta #841692

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 value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#841692 (or 0x841692) is known color: 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

RGB 132 22 146 -
CMYK 0.10 0.85 0 0.43
HSL 293.23º 0.74% 0.33% -
HSV(B) 293.23º 0.85% 0.57% -
XYZ 14.99 7.55 27.86 -
YUV 69.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 132 22 146 0.10 0.85 0 0.43 293.23 0.74 0.33
Hex 84 16 92 A 55 0 2B 125 4A 21
Octal 204 26 222 12 125 0 53 445 112 41
Binary 10000100 10110 10010010 1010 1010101 0 101011 100100101 1001010 100001

Color Harmonies of #841692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841692

Black with #841692

Text Example


Text Example

White with #841692

Text Example


Text Example

HTML Codes & Css Web 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>