Html Css Color HEX #841599 Dark Magenta

📋 copy color: '#841599'

red 132 ◦ green 21 ◦ blue 153

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

Shades of Dark Magenta #841599

Tints of Dark Magenta #841599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

 BLUE value IS 153 (60.16% from 255) = 50%

R = 43.14%
G = 6.86%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#841599 (or 0x841599) is known color: Dark Magenta. HEX triplet: 84, 15 and 99. RGB value is (132,21,153). Sum of RGB (Red+Green+Blue) = 132+21+153=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #841599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841599 is #7BEA66. Grayscale: #444444. Windows color (decimal): -8120935 or 10032516. OLE color: 10032516.

HSL color Cylindrical-coordinate representation of color #841599: hue angle of 290.45º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841599 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 21 153 -
CMYK 0.14 0.86 0 0.4
HSL 290.45º 0.76% 0.34% -
HSV(B) 290.45º 0.86% 0.6% -
XYZ 15.53 7.74 30.81 -
YUV 69.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 132 21 153 0.14 0.86 0 0.4 290.45 0.76 0.34
Hex 84 15 99 E 56 0 28 122 4C 22
Octal 204 25 231 16 126 0 50 442 114 42
Binary 10000100 10101 10011001 1110 1010110 0 101000 100100010 1001100 100010

Color Harmonies of #841599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841599

Black with #841599

Text Example


Text Example

White with #841599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841599; }

 p { color: rgb(132,21,153); }

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

background-color css

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

 a { background-color: rgb(132,21,153); }

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

border-color css

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

 span { border-color: rgb(132,21,153); }

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