#8C1895

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

Shades of Dark Magenta #8C1895

Tints of Dark Magenta #8C1895

Color information

#8C1895 (or 0x8C1895) is unknown color: approx Dark Magenta. HEX triplet: 8C, 18 and 95. RGB value is (140,24,149). Sum of RGB (Red+Green+Blue) = 140+24+149=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C1895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1895 is #73E76A. Grayscale: #484848. Windows color (decimal): -7595883 or 9771148. OLE color: 9771148.

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

Color convert

RGB14024149-
CMYK0.060.8400.42
HSL295.68º72.25%33.92%-
HSV(B)295.68º83.89%58.43%-
XYZ16.578.429.18-
YUV72.93170.93175.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 24 (9.77% from 255) = 7.67%
BLUE value IS 149 (58.59% from 255) = 47.60%
R=44.73%
G=7.67%
B=47.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140241490.060.8400.42295.6872.2533.92
Hex8C189565402A1284822
Octal21430225612405245011042
Binary100011001100010010101110101010001010101001010001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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