Html Css Color HEX #871686 Dark Purple

📋 copy color: '#871686'

red 135 ◦ green 22 ◦ blue 134

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

Shades of Dark Purple #871686

Tints of Dark Purple #871686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

 BLUE value IS 134 (52.73% from 255) = 46.05%

R = 46.39%
G = 7.56%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#871686 (or 0x871686) is known color: Dark Purple. HEX triplet: 87, 16 and 86. RGB value is (135,22,134). Sum of RGB (Red+Green+Blue) = 135+22+134=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #871686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871686 is #78E979. Grayscale: #444444. Windows color (decimal): -7924090 or 8787591. OLE color: 8787591.

HSL color Cylindrical-coordinate representation of color #871686: hue angle of 300.53º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871686 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 22 134 -
CMYK 0 0.84 0.01 0.47
HSL 300.53º 0.72% 0.31% -
HSV(B) 300.53º 0.84% 0.53% -
XYZ 14.58 7.45 23.22 -
YUV 68.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 135 22 134 0 0.84 0.01 0.47 300.53 0.72 0.31
Hex 87 16 86 0 54 1 2F 12D 48 1F
Octal 207 26 206 0 124 1 57 455 110 37
Binary 10000111 10110 10000110 0 1010100 1 101111 100101101 1001000 11111

Color Harmonies of #871686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871686

Black with #871686

Text Example


Text Example

White with #871686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871686; }

 p { color: rgb(135,22,134); }

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

background-color css

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

 a { background-color: rgb(135,22,134); }

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

border-color css

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

 span { border-color: rgb(135,22,134); }

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