Html Css Color HEX #870D8A Dark Magenta

📋 copy color: '#870D8A'

red 135 ◦ green 13 ◦ blue 138

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

Shades of Dark Magenta #870D8A

Tints of Dark Magenta #870D8A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

 BLUE value IS 138 (54.3% from 255) = 48.25%

R = 47.2%
G = 4.55%
B = 48.25%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#870D8A (or 0x870D8A) is known color: Dark Magenta. HEX triplet: 87, 0D and 8A. RGB value is (135,13,138). Sum of RGB (Red+Green+Blue) = 135+13+138=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #870D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870D8A is #78F275. Grayscale: #3F3F3F. Windows color (decimal): -7926390 or 9047431. OLE color: 9047431.

HSL color Cylindrical-coordinate representation of color #870D8A: hue angle of 298.56º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870D8A is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 13 138 -
CMYK 0.02 0.91 0 0.46
HSL 298.56º 0.83% 0.3% -
HSV(B) 298.56º 0.91% 0.54% -
XYZ 14.72 7.27 24.67 -
YUV 63.73 169.92 178.84 -
System Red Green Blue C M Y K H S L
Decimal 135 13 138 0.02 0.91 0 0.46 298.56 0.83 0.3
Hex 87 D 8A 2 5B 0 2E 12B 53 1E
Octal 207 15 212 2 133 0 56 453 123 36
Binary 10000111 1101 10001010 10 1011011 0 101110 100101011 1010011 11110

Color Harmonies of #870D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D8A

Black with #870D8A

Text Example


Text Example

White with #870D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870D8A; }

 p { color: rgb(135,13,138); }

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

background-color css

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

 a { background-color: rgb(135,13,138); }

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

border-color css

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

 span { border-color: rgb(135,13,138); }

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