Html Css Color HEX #871095 Dark Magenta

📋 copy color: '#871095'

red 135 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #871095

Tints of Dark Magenta #871095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 45%
G = 5.33%
B = 49.67%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#871095 (or 0x871095) is known color: Dark Magenta. HEX triplet: 87, 10 and 95. RGB value is (135,16,149). Sum of RGB (Red+Green+Blue) = 135+16+149=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #871095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871095 is #78EF6A. Grayscale: #424242. Windows color (decimal): -7925611 or 9769095. OLE color: 9769095.

HSL color Cylindrical-coordinate representation of color #871095: hue angle of 293.68º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871095 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 16 149 -
CMYK 0.09 0.89 0 0.42
HSL 293.68º 0.81% 0.32% -
HSV(B) 293.68º 0.89% 0.58% -
XYZ 15.6 7.69 29.1 -
YUV 66.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 135 16 149 0.09 0.89 0 0.42 293.68 0.81 0.32
Hex 87 10 95 9 59 0 2A 126 51 20
Octal 207 20 225 11 131 0 52 446 121 40
Binary 10000111 10000 10010101 1001 1011001 0 101010 100100110 1010001 100000

Color Harmonies of #871095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871095

Black with #871095

Text Example


Text Example

White with #871095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871095; }

 p { color: rgb(135,16,149); }

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

background-color css

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

 a { background-color: rgb(135,16,149); }

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

border-color css

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

 span { border-color: rgb(135,16,149); }

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