Html Css Color HEX #87157F Dark Purple

📋 copy color: '#87157F'

red 135 ◦ green 21 ◦ blue 127

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

Shades of Dark Purple #87157F

Tints of Dark Purple #87157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.88%

R = 47.7%
G = 7.42%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#87157F (or 0x87157F) is known color: Dark Purple. HEX triplet: 87, 15 and 7F. RGB value is (135,21,127). Sum of RGB (Red+Green+Blue) = 135+21+127=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87157F is #78EA80. Grayscale: #424242. Windows color (decimal): -7924353 or 8328583. OLE color: 8328583.

HSL color Cylindrical-coordinate representation of color #87157F: hue angle of 304.21º 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 #87157F is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 127 -
CMYK 0 0.84 0.06 0.47
HSL 304.21º 0.73% 0.31% -
HSV(B) 304.21º 0.84% 0.53% -
XYZ 14.09 7.22 20.73 -
YUV 67.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 135 21 127 0 0.84 0.06 0.47 304.21 0.73 0.31
Hex 87 15 7F 0 54 6 2F 130 49 1F
Octal 207 25 177 0 124 6 57 460 111 37
Binary 10000111 10101 1111111 0 1010100 110 101111 100110000 1001001 11111

Color Harmonies of #87157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87157F

Black with #87157F

Text Example


Text Example

White with #87157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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