Html Css Color HEX #871585 Dark Purple

📋 copy color: '#871585'

red 135 ◦ green 21 ◦ blue 133

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

Shades of Dark Purple #871585

Tints of Dark Purple #871585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

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

R = 46.71%
G = 7.27%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#871585 (or 0x871585) is known color: Dark Purple. HEX triplet: 87, 15 and 85. RGB value is (135,21,133). Sum of RGB (Red+Green+Blue) = 135+21+133=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #871585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871585 is #78EA7A. Grayscale: #434343. Windows color (decimal): -7924347 or 8721799. OLE color: 8721799.

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

Color convert

RGB 135 21 133 -
CMYK 0 0.84 0.01 0.47
HSL 301.05º 0.73% 0.31% -
HSV(B) 301.05º 0.84% 0.53% -
XYZ 14.49 7.38 22.85 -
YUV 67.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 135 21 133 0 0.84 0.01 0.47 301.05 0.73 0.31
Hex 87 15 85 0 54 1 2F 12D 49 1F
Octal 207 25 205 0 124 1 57 455 111 37
Binary 10000111 10101 10000101 0 1010100 1 101111 100101101 1001001 11111

Color Harmonies of #871585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871585

Black with #871585

Text Example


Text Example

White with #871585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871585; }

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

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

background-color css

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

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

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

border-color css

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

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

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