#88188B

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

Shades of Dark Magenta #88188B

Tints of Dark Magenta #88188B

Color information

#88188B (or 0x88188B) is unknown color: approx Dark Magenta. HEX triplet: 88, 18 and 8B. RGB value is (136,24,139). Sum of RGB (Red+Green+Blue) = 136+24+139=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #88188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88188B is #77E774. Grayscale: #464646. Windows color (decimal): -7858037 or 9115784. OLE color: 9115784.

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

Color convert

RGB13624139-
CMYK0.020.8300.45
HSL298.43º70.55%31.96%-
HSV(B)298.43º82.73%54.51%-
XYZ15.147.7525.12-
YUV70.6166.61174.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 24 (9.77% from 255) = 8.03%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=45.48%
G=8.03%
B=46.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136241390.020.8300.45298.4370.5531.96
Hex88188B25302D12a4720
Octal21030213212305545210740
Binary10001000110001000101110101001101011011001010101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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