#87266A

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

Shades of Dark Purple #87266A

Tints of Dark Purple #87266A

Color information

#87266A (or 0x87266A) is unknown color: approx Dark Purple. HEX triplet: 87, 26 and 6A. RGB value is (135,38,106). Sum of RGB (Red+Green+Blue) = 135+38+106=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87266A is #78D995. Grayscale: #4A4A4A. Windows color (decimal): -7920022 or 6956679. OLE color: 6956679.

HSL color Cylindrical-coordinate representation of color #87266A: hue angle of 317.94º 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 #87266A is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13538106-
CMYK00.720.210.47
HSL317.94º56.07%33.92%-
HSV(B)317.94º71.85%52.94%-
XYZ13.297.5814.4-
YUV74.76145.64170.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=48.39%
G=13.62%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353810600.720.210.47317.9456.0733.92
Hex87266A048152F13e3822
Octal20746152011025574767042
Binary1000011110011011010100100100010101101111100111110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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