Html Css Color HEX #871E88 Dark Purple

📋 copy color: '#871E88'

red 135 ◦ green 30 ◦ blue 136

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

Shades of Dark Purple #871E88

Tints of Dark Purple #871E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.18%

R = 44.85%
G = 9.97%
B = 45.18%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#871E88 (or 0x871E88) is known color: Dark Purple. HEX triplet: 87, 1E and 88. RGB value is (135,30,136). Sum of RGB (Red+Green+Blue) = 135+30+136=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #871E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871E88 is #78E177. Grayscale: #494949. Windows color (decimal): -7922040 or 8920711. OLE color: 8920711.

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

Color convert

RGB 135 30 136 -
CMYK 0.01 0.78 0 0.47
HSL 299.43º 0.64% 0.33% -
HSV(B) 299.43º 0.78% 0.53% -
XYZ 14.9 7.86 24.02 -
YUV 73.48 163.29 171.88 -
System Red Green Blue C M Y K H S L
Decimal 135 30 136 0.01 0.78 0 0.47 299.43 0.64 0.33
Hex 87 1E 88 1 4E 0 2F 12B 40 21
Octal 207 36 210 1 116 0 57 453 100 41
Binary 10000111 11110 10001000 1 1001110 0 101111 100101011 1000000 100001

Color Harmonies of #871E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E88

Black with #871E88

Text Example


Text Example

White with #871E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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