#8c088d

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

Shades of Dark Magenta #8C088D

Tints of Dark Magenta #8C088D

Color information

#8C088D (or 0x8C088D) is unknown color: approx Dark Magenta. HEX triplet: 8C, 08 and 8D. RGB value is (140,8,141). Sum of RGB (Red+Green+Blue) = 140+8+141=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C088D is #73F772. Grayscale: #3E3E3E. Windows color (decimal): -7599987 or 9242764. OLE color: 9242764.

HSL color Cylindrical-coordinate representation of color #8C088D: hue angle of 299.55º degrees, saturation: 0.89, 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 #8C088D is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1408141-
CMYK0.010.9400.45
HSL299.55º89.26%29.22%-
HSV(B)299.55º94.33%55.29%-
XYZ15.717.6725.85-
YUV62.63172.23183.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.44%
GREEN value IS 8 (3.52% from 255) = 2.77%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=48.44%
G=2.77%
B=48.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14081410.010.9400.45299.5589.2629.22
Hex8C88D15E02D12c591d
Octal21410215113605545413135
Binary10001100100010001101110111100101101100101100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c088d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c088d; }

 p { color: rgb(140,8,141); }

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

<style>
 a { background-color: #8c088d; }

 a { background-color: rgb(140,8,141); }

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

<style>
 span { border-color: #8c088d; }

 span { border-color: rgb(140,8,141); }

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