#8B0494

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

Shades of Dark Magenta #8B0494

Tints of Dark Magenta #8B0494

Color information

#8B0494 (or 0x8B0494) is unknown color: approx Dark Magenta. HEX triplet: 8B, 04 and 94. RGB value is (139,4,148). Sum of RGB (Red+Green+Blue) = 139+4+148=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B0494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0494 is #74FB6B. Grayscale: #3C3C3C. Windows color (decimal): -7666540 or 9700491. OLE color: 9700491.

HSL color Cylindrical-coordinate representation of color #8B0494: hue angle of 296.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0494 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1394148-
CMYK0.060.9700.42
HSL296.25º94.74%29.8%-
HSV(B)296.25º97.3%58.04%-
XYZ16.047.7128.66-
YUV60.78177.23183.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.77%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 148 (58.20% from 255) = 50.86%
R=47.77%
G=1.37%
B=50.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13941480.060.9700.42296.2594.7429.8
Hex8B49466102A1285f1e
Octal2134224614105245013736
Binary100010111001001010011011000010101010100101000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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