Html Css Color HEX #840888 Dark Magenta

📋 copy color: '#840888'

red 132 ◦ green 8 ◦ blue 136

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

Shades of Dark Magenta #840888

Tints of Dark Magenta #840888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 47.83%
G = 2.9%
B = 49.28%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#840888 (or 0x840888) is known color: Dark Magenta. HEX triplet: 84, 08 and 88. RGB value is (132,8,136). Sum of RGB (Red+Green+Blue) = 132+8+136=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #840888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840888 is #7BF777. Grayscale: #3B3B3B. Windows color (decimal): -8124280 or 8915076. OLE color: 8915076.

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

Color convert

RGB 132 8 136 -
CMYK 0.03 0.94 0 0.47
HSL 298.13º 0.89% 0.28% -
HSV(B) 298.13º 0.94% 0.53% -
XYZ 14.05 6.86 23.88 -
YUV 59.67 171.08 179.59 -
System Red Green Blue C M Y K H S L
Decimal 132 8 136 0.03 0.94 0 0.47 298.13 0.89 0.28
Hex 84 8 88 3 5E 0 2F 12A 59 1C
Octal 204 10 210 3 136 0 57 452 131 34
Binary 10000100 1000 10001000 11 1011110 0 101111 100101010 1011001 11100

Color Harmonies of #840888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840888

Black with #840888

Text Example


Text Example

White with #840888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840888; }

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

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

background-color css

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

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

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

border-color css

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

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

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