Html Css Color HEX #841088 Dark Magenta

📋 copy color: '#841088'

red 132 ◦ green 16 ◦ blue 136

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

Shades of Dark Magenta #841088

Tints of Dark Magenta #841088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.89%

R = 46.48%
G = 5.63%
B = 47.89%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#841088 (or 0x841088) is known color: Dark Magenta. HEX triplet: 84, 10 and 88. RGB value is (132,16,136). Sum of RGB (Red+Green+Blue) = 132+16+136=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #841088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841088 is #7BEF77. Grayscale: #404040. Windows color (decimal): -8122232 or 8917124. OLE color: 8917124.

HSL color Cylindrical-coordinate representation of color #841088: hue angle of 298º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841088 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 16 136 -
CMYK 0.03 0.88 0 0.47
HSL 298º 0.79% 0.3% -
HSV(B) 298º 0.88% 0.53% -
XYZ 14.14 7.05 23.91 -
YUV 64.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 132 16 136 0.03 0.88 0 0.47 298 0.79 0.3
Hex 84 10 88 3 58 0 2F 12A 4F 1E
Octal 204 20 210 3 130 0 57 452 117 36
Binary 10000100 10000 10001000 11 1011000 0 101111 100101010 1001111 11110

Color Harmonies of #841088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841088

Black with #841088

Text Example


Text Example

White with #841088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841088; }

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

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

background-color css

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

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

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

border-color css

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

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

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