#880D9B

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

Shades of Dark Magenta #880D9B

Tints of Dark Magenta #880D9B

Color information

#880D9B (or 0x880D9B) is unknown color: approx Dark Magenta. HEX triplet: 88, 0D and 9B. RGB value is (136,13,155). Sum of RGB (Red+Green+Blue) = 136+13+155=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #880D9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880D9B is #77F264. Grayscale: #414141. Windows color (decimal): -7860837 or 10161544. OLE color: 10161544.

HSL color Cylindrical-coordinate representation of color #880D9B: hue angle of 291.97º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880D9B is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13613155-
CMYK0.120.9200.39
HSL291.97º84.52%32.94%-
HSV(B)291.97º91.61%60.78%-
XYZ16.217.8931.68-
YUV65.96178.25177.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 13 (5.47% from 255) = 4.28%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=44.74%
G=4.28%
B=50.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136131550.120.9200.39291.9784.5232.94
Hex88D9BC5C0271245521
Octal210152331413404744412541
Binary100010001101100110111100101110001001111001001001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880D9B; }

 p { color: rgb(136,13,155); }

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

<style>
 a { background-color: #880D9B; }

 a { background-color: rgb(136,13,155); }

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

<style>
 span { border-color: #880D9B; }

 span { border-color: rgb(136,13,155); }

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