#8C0895

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

Shades of Dark Magenta #8C0895

Tints of Dark Magenta #8C0895

Color information

#8C0895 (or 0x8C0895) is unknown color: approx Dark Magenta. HEX triplet: 8C, 08 and 95. RGB value is (140,8,149). Sum of RGB (Red+Green+Blue) = 140+8+149=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C0895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0895 is #73F76A. Grayscale: #3F3F3F. Windows color (decimal): -7599979 or 9767052. OLE color: 9767052.

HSL color Cylindrical-coordinate representation of color #8C0895: hue angle of 296.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0895 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1408149-
CMYK0.060.9500.42
HSL296.17º89.81%30.78%-
HSV(B)296.17º94.63%58.43%-
XYZ16.337.9229.1-
YUV63.54176.23182.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 8 (3.52% from 255) = 2.69%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=47.14%
G=2.69%
B=50.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14081490.060.9500.42296.1789.8130.78
Hex8C89565F02A1285a1f
Octal21410225613705245013237
Binary1000110010001001010111010111110101010100101000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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