#88098B

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

Shades of Dark Magenta #88098B

Tints of Dark Magenta #88098B

Color information

#88098B (or 0x88098B) is unknown color: approx Dark Magenta. HEX triplet: 88, 09 and 8B. RGB value is (136,9,139). Sum of RGB (Red+Green+Blue) = 136+9+139=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #88098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88098B is #77F674. Grayscale: #3D3D3D. Windows color (decimal): -7861877 or 9111944. OLE color: 9111944.

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

Color convert

RGB1369139-
CMYK0.020.9400.45
HSL298.62º87.84%29.02%-
HSV(B)298.62º93.53%54.51%-
XYZ14.917.2925.05-
YUV61.79171.58180.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 9 (3.91% from 255) = 3.17%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=47.89%
G=3.17%
B=48.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13691390.020.9400.45298.6287.8429.02
Hex8898B25E02D12b581d
Octal21011213213605545313035
Binary100010001001100010111010111100101101100101011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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