#8B0995

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

Shades of Dark Magenta #8B0995

Tints of Dark Magenta #8B0995

Color information

#8B0995 (or 0x8B0995) is unknown color: approx Dark Magenta. HEX triplet: 8B, 09 and 95. RGB value is (139,9,149). Sum of RGB (Red+Green+Blue) = 139+9+149=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B0995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0995 is #74F66A. Grayscale: #3F3F3F. Windows color (decimal): -7665259 or 9767307. OLE color: 9767307.

HSL color Cylindrical-coordinate representation of color #8B0995: hue angle of 295.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0995 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1399149-
CMYK0.070.9400.42
HSL295.71º88.61%30.98%-
HSV(B)295.71º93.96%58.43%-
XYZ16.177.8529.1-
YUV63.83176.07181.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 9 (3.91% from 255) = 3.03%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=46.80%
G=3.03%
B=50.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13991490.070.9400.42295.7188.6130.98
Hex8B99575E02A128591f
Octal21311225713605245013137
Binary1000101110011001010111110111100101010100101000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,9,149); }

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

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

 a { background-color: rgb(139,9,149); }

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

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

 span { border-color: rgb(139,9,149); }

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