#880798

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

Shades of Dark Magenta #880798

Tints of Dark Magenta #880798

Color information

#880798 (or 0x880798) is unknown color: approx Dark Magenta. HEX triplet: 88, 07 and 98. RGB value is (136,7,152). Sum of RGB (Red+Green+Blue) = 136+7+152=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #880798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880798 is #77F867. Grayscale: #3D3D3D. Windows color (decimal): -7862376 or 9963400. OLE color: 9963400.

HSL color Cylindrical-coordinate representation of color #880798: hue angle of 293.38º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880798 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1367152-
CMYK0.110.9500.40
HSL293.38º91.19%31.18%-
HSV(B)293.38º95.39%59.61%-
XYZ15.97.6530.35-
YUV62.1178.74180.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 7 (3.12% from 255) = 2.37%
BLUE value IS 152 (59.77% from 255) = 51.53%
R=46.10%
G=2.37%
B=51.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13671520.110.9500.40293.3891.1931.18
Hex88798B5F0281255b1f
Octal21072301313705044513337
Binary1000100011110011000101110111110101000100100101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880798; }

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

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

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

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

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

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

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

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