#87068B

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

Shades of Dark Magenta #87068B

Tints of Dark Magenta #87068B

Color information

#87068B (or 0x87068B) is unknown color: approx Dark Magenta. HEX triplet: 87, 06 and 8B. RGB value is (135,6,139). Sum of RGB (Red+Green+Blue) = 135+6+139=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #87068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87068B is #78F974. Grayscale: #3B3B3B. Windows color (decimal): -7928181 or 9111175. OLE color: 9111175.

HSL color Cylindrical-coordinate representation of color #87068B: hue angle of 298.2º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87068B is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1356139-
CMYK0.030.9600.45
HSL298.2º91.72%28.43%-
HSV(B)298.2º95.68%54.51%-
XYZ14.727.1525.03-
YUV59.73172.74181.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=48.21%
G=2.14%
B=49.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13561390.030.9600.45298.291.7228.43
Hex8768B36002D12a5c1c
Octal2076213314005545213434
Binary10000111110100010111111000000101101100101010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,6,139); }

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

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

 a { background-color: rgb(135,6,139); }

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

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

 span { border-color: rgb(135,6,139); }

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