#8B0392

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

Shades of Dark Magenta #8B0392

Tints of Dark Magenta #8B0392

Color information

#8B0392 (or 0x8B0392) is unknown color: approx Dark Magenta. HEX triplet: 8B, 03 and 92. RGB value is (139,3,146). Sum of RGB (Red+Green+Blue) = 139+3+146=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B0392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0392 is #74FC6D. Grayscale: #3B3B3B. Windows color (decimal): -7666798 or 9569163. OLE color: 9569163.

HSL color Cylindrical-coordinate representation of color #8B0392: hue angle of 297.06º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B0392 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1393146-
CMYK0.050.9800.43
HSL297.06º95.97%29.22%-
HSV(B)297.06º97.95%57.25%-
XYZ15.877.6327.83-
YUV59.97176.56184.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=48.26%
G=1.04%
B=50.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13931460.050.9800.43297.0695.9729.22
Hex8B39256202B129601d
Octal2133222514205345114035
Binary10001011111001001010111000100101011100101001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,3,146); }

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

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

 a { background-color: rgb(139,3,146); }

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

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

 span { border-color: rgb(139,3,146); }

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