#8C1092

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

Shades of Dark Magenta #8C1092

Tints of Dark Magenta #8C1092

Color information

#8C1092 (or 0x8C1092) is unknown color: approx Dark Magenta. HEX triplet: 8C, 10 and 92. RGB value is (140,16,146). Sum of RGB (Red+Green+Blue) = 140+16+146=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C1092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1092 is #73EF6D. Grayscale: #434343. Windows color (decimal): -7597934 or 9572492. OLE color: 9572492.

HSL color Cylindrical-coordinate representation of color #8C1092: hue angle of 297.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1092 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14016146-
CMYK0.040.8900.43
HSL297.23º80.25%31.76%-
HSV(B)297.23º89.04%57.25%-
XYZ16.198.0227.89-
YUV67.9172.08179.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.36%
GREEN value IS 16 (6.64% from 255) = 5.30%
BLUE value IS 146 (57.42% from 255) = 48.34%
R=46.36%
G=5.30%
B=48.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140161460.040.8900.43297.2380.2531.76
Hex8C109245902B1295020
Octal21420222413105345112040
Binary100011001000010010010100101100101010111001010011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,16,146); }

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

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

 a { background-color: rgb(140,16,146); }

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

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

 span { border-color: rgb(140,16,146); }

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