#87266C

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

Shades of Dark Purple #87266C

Tints of Dark Purple #87266C

Color information

#87266C (or 0x87266C) is unknown color: approx Dark Purple. HEX triplet: 87, 26 and 6C. RGB value is (135,38,108). Sum of RGB (Red+Green+Blue) = 135+38+108=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87266C is #78D993. Grayscale: #4A4A4A. Windows color (decimal): -7920020 or 7087751. OLE color: 7087751.

HSL color Cylindrical-coordinate representation of color #87266C: hue angle of 316.7º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87266C is Cyan = 0, Magento = 0.72, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB13538108-
CMYK00.720.20.47
HSL316.7º56.07%33.92%-
HSV(B)316.7º71.85%52.94%-
XYZ13.397.6214.95-
YUV74.98146.64170.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=48.04%
G=13.52%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353810800.720.20.47316.756.0733.92
Hex87266C048142F13d3822
Octal20746154011024574757042
Binary1000011110011011011000100100010100101111100111101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87266C; }

 p { color: rgb(135,38,108); }

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

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

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

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

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

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

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