Html Css Color HEX #841690 Dark Magenta

📋 copy color: '#841690'

red 132 ◦ green 22 ◦ blue 144

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

Shades of Dark Magenta #841690

Tints of Dark Magenta #841690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

 BLUE value IS 144 (56.64% from 255) = 48.32%

R = 44.3%
G = 7.38%
B = 48.32%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#841690 (or 0x841690) is known color: Dark Magenta. HEX triplet: 84, 16 and 90. RGB value is (132,22,144). Sum of RGB (Red+Green+Blue) = 132+22+144=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #841690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841690 is #7BE96F. Grayscale: #444444. Windows color (decimal): -8120688 or 9442948. OLE color: 9442948.

HSL color Cylindrical-coordinate representation of color #841690: hue angle of 294.1º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841690 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 22 144 -
CMYK 0.08 0.85 0 0.44
HSL 294.1º 0.73% 0.33% -
HSV(B) 294.1º 0.85% 0.56% -
XYZ 14.84 7.49 27.05 -
YUV 68.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 132 22 144 0.08 0.85 0 0.44 294.1 0.73 0.33
Hex 84 16 90 8 55 0 2C 126 49 21
Octal 204 26 220 10 125 0 54 446 111 41
Binary 10000100 10110 10010000 1000 1010101 0 101100 100100110 1001001 100001

Color Harmonies of #841690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841690

Black with #841690

Text Example


Text Example

White with #841690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841690; }

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

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

background-color css

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

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

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

border-color css

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

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

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