#8b0994

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

Shades of Dark Magenta #8B0994

Tints of Dark Magenta #8B0994

Color information

#8B0994 (or 0x8B0994) is unknown color: approx Dark Magenta. HEX triplet: 8B, 09 and 94. RGB value is (139,9,148). Sum of RGB (Red+Green+Blue) = 139+9+148=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B0994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0994 is #74F66B. Grayscale: #3F3F3F. Windows color (decimal): -7665260 or 9701771. OLE color: 9701771.

HSL color Cylindrical-coordinate representation of color #8B0994: hue angle of 296.12º 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 #8B0994 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1399148-
CMYK0.060.9400.42
HSL296.12º88.54%30.78%-
HSV(B)296.12º93.92%58.04%-
XYZ16.097.8228.68-
YUV63.72175.57181.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 148 (58.20% from 255) = 50%
R=46.96%
G=3.04%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13991480.060.9400.42296.1288.5430.78
Hex8B99465E02A128591f
Octal21311224613605245013137
Binary1000101110011001010011010111100101010100101000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b0994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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