Html Css Color HEX #871A88 Dark Purple

📋 copy color: '#871A88'

red 135 ◦ green 26 ◦ blue 136

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

Shades of Dark Purple #871A88

Tints of Dark Purple #871A88

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

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

R = 45.45%
G = 8.75%
B = 45.79%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#871A88 (or 0x871A88) is known color: Dark Purple. HEX triplet: 87, 1A and 88. RGB value is (135,26,136). Sum of RGB (Red+Green+Blue) = 135+26+136=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #871A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871A88 is #78E577. Grayscale: #464646. Windows color (decimal): -7923064 or 8919687. OLE color: 8919687.

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

Color convert

RGB 135 26 136 -
CMYK 0.01 0.81 0 0.47
HSL 299.45º 0.68% 0.32% -
HSV(B) 299.45º 0.81% 0.53% -
XYZ 14.81 7.67 23.99 -
YUV 71.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 135 26 136 0.01 0.81 0 0.47 299.45 0.68 0.32
Hex 87 1A 88 1 51 0 2F 12B 44 20
Octal 207 32 210 1 121 0 57 453 104 40
Binary 10000111 11010 10001000 1 1010001 0 101111 100101011 1000100 100000

Color Harmonies of #871A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A88

Black with #871A88

Text Example


Text Example

White with #871A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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