#88008e

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

Shades of Dark Magenta #88008E

Tints of Dark Magenta #88008E

Color information

#88008E (or 0x88008E) is unknown color: approx Dark Magenta. HEX triplet: 88, 00 and 8E. RGB value is (136,0,142). Sum of RGB (Red+Green+Blue) = 136+0+142=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #88008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88008E is #77FF71. Grayscale: #383838. Windows color (decimal): -7864178 or 9306248. OLE color: 9306248.

HSL color Cylindrical-coordinate representation of color #88008E: hue angle of 297.46º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88008E is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1360142-
CMYK0.04100.44
HSL297.46º100%27.84%-
HSV(B)297.46º100%55.69%-
XYZ15.047.1926.19-
YUV56.85176.06184.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=48.92%
G=0%
B=51.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13601420.04100.44297.4610027.84
Hex8808E46402C129641c
Octal2100216414405445114434
Binary1000100001000111010011001000101100100101001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88008e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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