Html Css Color HEX #840187 Dark Magenta

📋 copy color: '#840187'

red 132 ◦ green 1 ◦ blue 135

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

Shades of Dark Magenta #840187

Tints of Dark Magenta #840187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 135 (53.13% from 255) = 50.37%

R = 49.25%
G = 0.37%
B = 50.37%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#840187 (or 0x840187) is known color: Dark Magenta. HEX triplet: 84, 01 and 87. RGB value is (132,1,135). Sum of RGB (Red+Green+Blue) = 132+1+135=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #840187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840187 is #7BFE78. Grayscale: #373737. Windows color (decimal): -8126073 or 8847748. OLE color: 8847748.

HSL color Cylindrical-coordinate representation of color #840187: hue angle of 298.66º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840187 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 1 135 -
CMYK 0.02 0.99 0 0.47
HSL 298.66º 0.99% 0.27% -
HSV(B) 298.66º 0.99% 0.53% -
XYZ 13.9 6.68 23.48 -
YUV 55.45 172.9 182.6 -
System Red Green Blue C M Y K H S L
Decimal 132 1 135 0.02 0.99 0 0.47 298.66 0.99 0.27
Hex 84 1 87 2 63 0 2F 12B 63 1B
Octal 204 1 207 2 143 0 57 453 143 33
Binary 10000100 1 10000111 10 1100011 0 101111 100101011 1100011 11011

Color Harmonies of #840187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840187

Black with #840187

Text Example


Text Example

White with #840187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840187; }

 p { color: rgb(132,1,135); }

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

background-color css

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

 a { background-color: rgb(132,1,135); }

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

border-color css

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

 span { border-color: rgb(132,1,135); }

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