#88078B

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

Shades of Dark Magenta #88078B

Tints of Dark Magenta #88078B

Color information

#88078B (or 0x88078B) is unknown color: approx Dark Magenta. HEX triplet: 88, 07 and 8B. RGB value is (136,7,139). Sum of RGB (Red+Green+Blue) = 136+7+139=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #88078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88078B is #77F874. Grayscale: #3C3C3C. Windows color (decimal): -7862389 or 9111432. OLE color: 9111432.

HSL color Cylindrical-coordinate representation of color #88078B: hue angle of 298.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88078B is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1367139-
CMYK0.020.9500.45
HSL298.64º90.41%28.63%-
HSV(B)298.64º94.96%54.51%-
XYZ14.897.2525.04-
YUV60.62172.24181.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.23%
GREEN value IS 7 (3.12% from 255) = 2.48%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=48.23%
G=2.48%
B=49.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13671390.020.9500.45298.6490.4128.63
Hex8878B25F02D12b5a1d
Octal2107213213705545313235
Binary10001000111100010111010111110101101100101011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,7,139); }

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

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

 a { background-color: rgb(136,7,139); }

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

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

 span { border-color: rgb(136,7,139); }

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