#8B1594

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

Shades of Dark Magenta #8B1594

Tints of Dark Magenta #8B1594

Color information

#8B1594 (or 0x8B1594) is unknown color: approx Dark Magenta. HEX triplet: 8B, 15 and 94. RGB value is (139,21,148). Sum of RGB (Red+Green+Blue) = 139+21+148=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B1594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1594 is #74EA6B. Grayscale: #464646. Windows color (decimal): -7662188 or 9704843. OLE color: 9704843.

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

Color convert

RGB13921148-
CMYK0.060.8600.42
HSL295.75º75.15%33.14%-
HSV(B)295.75º85.81%58.04%-
XYZ16.268.1628.74-
YUV70.76171.59176.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 148 (58.20% from 255) = 48.05%
R=45.13%
G=6.82%
B=48.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139211480.060.8600.42295.7575.1533.14
Hex8B159465602A1284b21
Octal21325224612605245011341
Binary100010111010110010100110101011001010101001010001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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