#8C148B

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

Shades of Dark Magenta #8C148B

Tints of Dark Magenta #8C148B

Color information

#8C148B (or 0x8C148B) is unknown color: approx Dark Magenta. HEX triplet: 8C, 14 and 8B. RGB value is (140,20,139). Sum of RGB (Red+Green+Blue) = 140+20+139=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C148B is #73EB74. Grayscale: #454545. Windows color (decimal): -7596917 or 9114764. OLE color: 9114764.

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

Color convert

RGB14020139-
CMYK00.860.010.45
HSL300.5º75%31.37%-
HSV(B)300.5º85.71%54.9%-
XYZ15.737.9425.13-
YUV69.45167.26178.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 20 (8.20% from 255) = 6.69%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=46.82%
G=6.69%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402013900.860.010.45300.57531.37
Hex8C148B05612D12c4b1f
Octal21424213012615545411337
Binary100011001010010001011010101101101101100101100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,20,139); }

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

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

 a { background-color: rgb(140,20,139); }

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

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

 span { border-color: rgb(140,20,139); }

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