#8C0BAB

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

Shades of Dark Magenta #8C0BAB

Tints of Dark Magenta #8C0BAB

Color information

#8C0BAB (or 0x8C0BAB) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0B and AB. RGB value is (140,11,171). Sum of RGB (Red+Green+Blue) = 140+11+171=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C0BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0BAB is #73F454. Grayscale: #434343. Windows color (decimal): -7599189 or 11209612. OLE color: 11209612.

HSL color Cylindrical-coordinate representation of color #8C0BAB: hue angle of 288.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0BAB is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14011171-
CMYK0.180.9400.33
HSL288.38º87.91%35.69%-
HSV(B)288.38º93.57%67.06%-
XYZ18.298.7639.25-
YUV67.81186.24179.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.48%
GREEN value IS 11 (4.69% from 255) = 3.42%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=43.48%
G=3.42%
B=53.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140111710.180.9400.33288.3887.9135.69
Hex8CBAB125E0211205824
Octal214132532213604144013044
Binary1000110010111010101110010101111001000011001000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,11,171); }

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

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

 a { background-color: rgb(140,11,171); }

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

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

 span { border-color: rgb(140,11,171); }

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