#8B1795

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

Shades of Dark Magenta #8B1795

Tints of Dark Magenta #8B1795

Color information

#8B1795 (or 0x8B1795) is unknown color: approx Dark Magenta. HEX triplet: 8B, 17 and 95. RGB value is (139,23,149). Sum of RGB (Red+Green+Blue) = 139+23+149=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B1795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1795 is #74E86A. Grayscale: #474747. Windows color (decimal): -7661675 or 9770891. OLE color: 9770891.

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

Color convert

RGB13923149-
CMYK0.070.8500.42
HSL295.24º73.26%33.73%-
HSV(B)295.24º84.56%58.43%-
XYZ16.388.2729.17-
YUV72.05171.43175.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.69%
GREEN value IS 23 (9.38% from 255) = 7.40%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=44.69%
G=7.40%
B=47.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139231490.070.8500.42295.2473.2633.73
Hex8B179575502A1274922
Octal21327225712505244711142
Binary100010111011110010101111101010101010101001001111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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