#87167B

Color #87167B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #87167B

Tints of Dark Purple #87167B

Color information

#87167B (or 0x87167B) is unknown color: approx Dark Purple. HEX triplet: 87, 16 and 7B. RGB value is (135,22,123). Sum of RGB (Red+Green+Blue) = 135+22+123=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87167B is #78E984. Grayscale: #434343. Windows color (decimal): -7924101 or 8066695. OLE color: 8066695.

HSL color Cylindrical-coordinate representation of color #87167B: hue angle of 306.37º degrees, saturation: 0.72, 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 #87167B is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13522123-
CMYK00.840.090.47
HSL306.37º71.97%30.78%-
HSV(B)306.37º83.7%52.94%-
XYZ13.857.1519.39-
YUV67.3159.44176.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 22 (8.98% from 255) = 7.86%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=48.21%
G=7.86%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352212300.840.090.47306.3771.9730.78
Hex87167B05492F132481f
Octal207261730124115746211037
Binary10000111101101111011010101001001101111100110010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87167B; }

 p { color: rgb(135,22,123); }

 H1.HeaderClassName
 {
   color: #87167B;
 }
 .AnyTagClassName
 {
   color: #87167B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #87167B;
 }
 .BgClassName
 {
   background-color: #87167B;
 }
</style>
border-color css

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

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

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