Html Css Color HEX #871F82 Dark Purple

📋 copy color: '#871F82'

red 135 ◦ green 31 ◦ blue 130

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

Shades of Dark Purple #871F82

Tints of Dark Purple #871F82

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.47%

 BLUE value IS 130 (51.17% from 255) = 43.92%

R = 45.61%
G = 10.47%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#871F82 (or 0x871F82) is known color: Dark Purple. HEX triplet: 87, 1F and 82. RGB value is (135,31,130). Sum of RGB (Red+Green+Blue) = 135+31+130=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #871F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871F82 is #78E07D. Grayscale: #494949. Windows color (decimal): -7921790 or 8527751. OLE color: 8527751.

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

Color convert

RGB 135 31 130 -
CMYK 0 0.77 0.04 0.47
HSL 302.88º 0.63% 0.33% -
HSV(B) 302.88º 0.77% 0.53% -
XYZ 14.51 7.74 21.85 -
YUV 73.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 135 31 130 0 0.77 0.04 0.47 302.88 0.63 0.33
Hex 87 1F 82 0 4D 4 2F 12F 3F 21
Octal 207 37 202 0 115 4 57 457 77 41
Binary 10000111 11111 10000010 0 1001101 100 101111 100101111 111111 100001

Color Harmonies of #871F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F82

Black with #871F82

Text Example


Text Example

White with #871F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,31,130); }

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

background-color css

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

 a { background-color: rgb(135,31,130); }

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

border-color css

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

 span { border-color: rgb(135,31,130); }

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