Html Css Color HEX #871E81 Dark Purple

📋 copy color: '#871E81'

red 135 ◦ green 30 ◦ blue 129

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

Shades of Dark Purple #871E81

Tints of Dark Purple #871E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.2%

 BLUE value IS 129 (50.78% from 255) = 43.88%

R = 45.92%
G = 10.2%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#871E81 (or 0x871E81) is known color: Dark Purple. HEX triplet: 87, 1E and 81. RGB value is (135,30,129). Sum of RGB (Red+Green+Blue) = 135+30+129=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #871E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871E81 is #78E17E. Grayscale: #484848. Windows color (decimal): -7922047 or 8461959. OLE color: 8461959.

HSL color Cylindrical-coordinate representation of color #871E81: hue angle of 303.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #871E81 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 30 129 -
CMYK 0 0.78 0.04 0.47
HSL 303.43º 0.64% 0.32% -
HSV(B) 303.43º 0.78% 0.53% -
XYZ 14.42 7.66 21.49 -
YUV 72.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 135 30 129 0 0.78 0.04 0.47 303.43 0.64 0.32
Hex 87 1E 81 0 4E 4 2F 12F 40 20
Octal 207 36 201 0 116 4 57 457 100 40
Binary 10000111 11110 10000001 0 1001110 100 101111 100101111 1000000 100000

Color Harmonies of #871E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E81

Black with #871E81

Text Example


Text Example

White with #871E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,30,129); }

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

background-color css

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

 a { background-color: rgb(135,30,129); }

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

border-color css

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

 span { border-color: rgb(135,30,129); }

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