#88018D

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

Shades of Dark Magenta #88018D

Tints of Dark Magenta #88018D

Color information

#88018D (or 0x88018D) is unknown color: approx Dark Magenta. HEX triplet: 88, 01 and 8D. RGB value is (136,1,141). Sum of RGB (Red+Green+Blue) = 136+1+141=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #88018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88018D is #77FE72. Grayscale: #383838. Windows color (decimal): -7863923 or 9240968. OLE color: 9240968.

HSL color Cylindrical-coordinate representation of color #88018D: hue angle of 297.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88018D is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1361141-
CMYK0.040.9900.45
HSL297.86º98.59%27.84%-
HSV(B)297.86º99.29%55.29%-
XYZ14.977.1825.8-
YUV57.32175.23184.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 141 (55.47% from 255) = 50.72%
R=48.92%
G=0.36%
B=50.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13611410.040.9900.45297.8698.5927.84
Hex8818D46302D12a631c
Octal2101215414305545214334
Binary1000100011000110110011000110101101100101010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88018D; }

 p { color: rgb(136,1,141); }

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

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

 a { background-color: rgb(136,1,141); }

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

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

 span { border-color: rgb(136,1,141); }

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