Html Css Color HEX #871A85 Dark Purple

📋 copy color: '#871A85'

red 135 ◦ green 26 ◦ blue 133

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

Shades of Dark Purple #871A85

Tints of Dark Purple #871A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 45.92%
G = 8.84%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#871A85 (or 0x871A85) is known color: Dark Purple. HEX triplet: 87, 1A and 85. RGB value is (135,26,133). Sum of RGB (Red+Green+Blue) = 135+26+133=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #871A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871A85 is #78E57A. Grayscale: #464646. Windows color (decimal): -7923067 or 8723079. OLE color: 8723079.

HSL color Cylindrical-coordinate representation of color #871A85: hue angle of 301.1º 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 #871A85 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 26 133 -
CMYK 0 0.81 0.01 0.47
HSL 301.1º 0.68% 0.32% -
HSV(B) 301.1º 0.81% 0.53% -
XYZ 14.59 7.58 22.88 -
YUV 70.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 135 26 133 0 0.81 0.01 0.47 301.1 0.68 0.32
Hex 87 1A 85 0 51 1 2F 12D 44 20
Octal 207 32 205 0 121 1 57 455 104 40
Binary 10000111 11010 10000101 0 1010001 1 101111 100101101 1000100 100000

Color Harmonies of #871A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A85

Black with #871A85

Text Example


Text Example

White with #871A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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