#88008C

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

Shades of Dark Magenta #88008C

Tints of Dark Magenta #88008C

Color information

#88008C (or 0x88008C) is unknown color: approx Dark Magenta. HEX triplet: 88, 00 and 8C. RGB value is (136,0,140). Sum of RGB (Red+Green+Blue) = 136+0+140=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #88008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88008C is #77FF73. Grayscale: #383838. Windows color (decimal): -7864180 or 9175176. OLE color: 9175176.

HSL color Cylindrical-coordinate representation of color #88008C: hue angle of 298.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88008C is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1360140-
CMYK0.03100.45
HSL298.29º100%27.45%-
HSV(B)298.29º100%54.9%-
XYZ14.897.1325.4-
YUV56.62175.06184.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 50.72%
R=49.28%
G=0%
B=50.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13601400.03100.45298.2910027.45
Hex8808C36402D12a641b
Octal2100214314405545214433
Binary100010000100011001111001000101101100101010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88008C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88008C; }

 p { color: rgb(136,0,140); }

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

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

 a { background-color: rgb(136,0,140); }

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

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

 span { border-color: rgb(136,0,140); }

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