#8C0B9B

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

Shades of Dark Magenta #8C0B9B

Tints of Dark Magenta #8C0B9B

Color information

#8C0B9B (or 0x8C0B9B) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0B and 9B. RGB value is (140,11,155). Sum of RGB (Red+Green+Blue) = 140+11+155=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C0B9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0B9B is #73F464. Grayscale: #414141. Windows color (decimal): -7599205 or 10161036. OLE color: 10161036.

HSL color Cylindrical-coordinate representation of color #8C0B9B: hue angle of 293.75º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0B9B is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14011155-
CMYK0.100.9300.39
HSL293.75º86.75%32.55%-
HSV(B)293.75º92.9%60.78%-
XYZ16.858.1831.7-
YUV65.99178.24180.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.75%
GREEN value IS 11 (4.69% from 255) = 3.59%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=45.75%
G=3.59%
B=50.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140111550.100.9300.39293.7586.7532.55
Hex8CB9BA5D0271265721
Octal214132331213504744612741
Binary100011001011100110111010101110101001111001001101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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