Html Css Color HEX #870984 Dark Magenta

📋 copy color: '#870984'

red 135 ◦ green 9 ◦ blue 132

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

Shades of Dark Magenta #870984

Tints of Dark Magenta #870984

RGB

 RED value IS 135 (53.13% from 255) = 48.91%

 GREEN value IS 9 (3.91% from 255) = 3.26%

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

R = 48.91%
G = 3.26%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#870984 (or 0x870984) is known color: Dark Magenta. HEX triplet: 87, 09 and 84. RGB value is (135,9,132). Sum of RGB (Red+Green+Blue) = 135+9+132=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #870984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870984 is #78F67B. Grayscale: #3C3C3C. Windows color (decimal): -7927420 or 8653191. OLE color: 8653191.

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

Color convert

RGB 135 9 132 -
CMYK 0 0.93 0.02 0.47
HSL 301.43º 0.88% 0.28% -
HSV(B) 301.43º 0.93% 0.53% -
XYZ 14.25 7.01 22.43 -
YUV 60.7 168.24 181 -
System Red Green Blue C M Y K H S L
Decimal 135 9 132 0 0.93 0.02 0.47 301.43 0.88 0.28
Hex 87 9 84 0 5D 2 2F 12D 58 1C
Octal 207 11 204 0 135 2 57 455 130 34
Binary 10000111 1001 10000100 0 1011101 10 101111 100101101 1011000 11100

Color Harmonies of #870984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870984

Black with #870984

Text Example


Text Example

White with #870984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870984; }

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

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

background-color css

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

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

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

border-color css

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

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

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