Html Css Color HEX #871A8E Dark Magenta

📋 copy color: '#871A8E'

red 135 ◦ green 26 ◦ blue 142

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

Shades of Dark Magenta #871A8E

Tints of Dark Magenta #871A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.58%

 BLUE value IS 142 (55.86% from 255) = 46.86%

R = 44.55%
G = 8.58%
B = 46.86%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#871A8E (or 0x871A8E) is known color: Dark Magenta. HEX triplet: 87, 1A and 8E. RGB value is (135,26,142). Sum of RGB (Red+Green+Blue) = 135+26+142=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #871A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871A8E is #78E571. Grayscale: #474747. Windows color (decimal): -7923058 or 9312903. OLE color: 9312903.

HSL color Cylindrical-coordinate representation of color #871A8E: hue angle of 296.38º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871A8E is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 26 142 -
CMYK 0.05 0.82 0 0.44
HSL 296.38º 0.69% 0.33% -
HSV(B) 296.38º 0.82% 0.56% -
XYZ 15.24 7.84 26.3 -
YUV 71.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 135 26 142 0.05 0.82 0 0.44 296.38 0.69 0.33
Hex 87 1A 8E 5 52 0 2C 128 45 21
Octal 207 32 216 5 122 0 54 450 105 41
Binary 10000111 11010 10001110 101 1010010 0 101100 100101000 1000101 100001

Color Harmonies of #871A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A8E

Black with #871A8E

Text Example


Text Example

White with #871A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871A8E; }

 p { color: rgb(135,26,142); }

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

background-color css

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

 a { background-color: rgb(135,26,142); }

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

border-color css

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

 span { border-color: rgb(135,26,142); }

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