#8c168a

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

Shades of Dark Magenta #8C168A

Tints of Dark Magenta #8C168A

Color information

#8C168A (or 0x8C168A) is unknown color: approx Dark Magenta. HEX triplet: 8C, 16 and 8A. RGB value is (140,22,138). Sum of RGB (Red+Green+Blue) = 140+22+138=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C168A is #73E975. Grayscale: #464646. Windows color (decimal): -7596406 or 9049740. OLE color: 9049740.

HSL color Cylindrical-coordinate representation of color #8C168A: hue angle of 301.02º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C168A is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB14022138-
CMYK00.840.010.45
HSL301.02º72.84%31.76%-
HSV(B)301.02º84.29%54.9%-
XYZ15.697.9824.76-
YUV70.51166.09177.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.67%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 138 (54.30% from 255) = 46%
R=46.67%
G=7.33%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402213800.840.010.45301.0272.8431.76
Hex8C168A05412D12d4920
Octal21426212012415545511140
Binary1000110010110100010100101010011011011001011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c168a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,22,138); }

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

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

 a { background-color: rgb(140,22,138); }

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

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

 span { border-color: rgb(140,22,138); }

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