#8c1a96

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

Shades of Dark Magenta #8C1A96

Tints of Dark Magenta #8C1A96

Color information

#8C1A96 (or 0x8C1A96) is unknown color: approx Dark Magenta. HEX triplet: 8C, 1A and 96. RGB value is (140,26,150). Sum of RGB (Red+Green+Blue) = 140+26+150=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #8C1A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1A96 is #73E569. Grayscale: #494949. Windows color (decimal): -7595370 or 9837196. OLE color: 9837196.

HSL color Cylindrical-coordinate representation of color #8C1A96: hue angle of 295.16º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C1A96 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14026150-
CMYK0.070.8300.41
HSL295.16º70.45%34.51%-
HSV(B)295.16º82.67%58.82%-
XYZ16.698.5229.62-
YUV74.22170.77174.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 26 (10.55% from 255) = 8.23%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=44.30%
G=8.23%
B=47.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal140261500.070.8300.41295.1670.4534.51
Hex8C1A967530291274623
Octal21432226712305144710643
Binary100011001101010010110111101001101010011001001111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1a96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,26,150); }

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

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

 a { background-color: rgb(140,26,150); }

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

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

 span { border-color: rgb(140,26,150); }

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