Html Css Color HEX #871987 Dark Purple

📋 copy color: '#871987'

red 135 ◦ green 25 ◦ blue 135

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

Shades of Dark Purple #871987

Tints of Dark Purple #871987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

 BLUE value IS 135 (53.13% from 255) = 45.76%

R = 45.76%
G = 8.47%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#871987 (or 0x871987) is known color: Dark Purple. HEX triplet: 87, 19 and 87. RGB value is (135,25,135). Sum of RGB (Red+Green+Blue) = 135+25+135=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #871987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871987 is #78E678. Grayscale: #464646. Windows color (decimal): -7923321 or 8853895. OLE color: 8853895.

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

Color convert

RGB 135 25 135 -
CMYK 0 0.81 0 0.47
HSL 300º 0.69% 0.31% -
HSV(B) 300º 0.81% 0.53% -
XYZ 14.71 7.6 23.61 -
YUV 70.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 135 25 135 0 0.81 0 0.47 300 0.69 0.31
Hex 87 19 87 0 51 0 2F 12C 45 1F
Octal 207 31 207 0 121 0 57 454 105 37
Binary 10000111 11001 10000111 0 1010001 0 101111 100101100 1000101 11111

Color Harmonies of #871987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871987

Black with #871987

Text Example


Text Example

White with #871987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871987; }

 p { color: rgb(135,25,135); }

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

background-color css

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

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

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

border-color css

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

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

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