#8C0A8B

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

Shades of Dark Magenta #8C0A8B

Tints of Dark Magenta #8C0A8B

Color information

#8C0A8B (or 0x8C0A8B) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0A and 8B. RGB value is (140,10,139). Sum of RGB (Red+Green+Blue) = 140+10+139=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0A8B is #73F574. Grayscale: #3F3F3F. Windows color (decimal): -7599477 or 9112204. OLE color: 9112204.

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

Color convert

RGB14010139-
CMYK00.930.010.45
HSL300.46º86.67%29.41%-
HSV(B)300.46º92.86%54.9%-
XYZ15.587.6625.08-
YUV63.58170.57182.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.44%
GREEN value IS 10 (4.30% from 255) = 3.46%
BLUE value IS 139 (54.69% from 255) = 48.10%
R=48.44%
G=3.46%
B=48.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401013900.930.010.45300.4686.6729.41
Hex8CA8B05D12D12c571d
Octal21412213013515545412735
Binary10001100101010001011010111011101101100101100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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