#8B1B95

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

Shades of Dark Magenta #8B1B95

Tints of Dark Magenta #8B1B95

Color information

#8B1B95 (or 0x8B1B95) is unknown color: approx Dark Magenta. HEX triplet: 8B, 1B and 95. RGB value is (139,27,149). Sum of RGB (Red+Green+Blue) = 139+27+149=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B1B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1B95 is #74E46A. Grayscale: #4A4A4A. Windows color (decimal): -7660651 or 9771915. OLE color: 9771915.

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

Color convert

RGB13927149-
CMYK0.070.8200.42
HSL295.08º69.32%34.51%-
HSV(B)295.08º81.88%58.43%-
XYZ16.468.4429.2-
YUV74.4170.11174.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 27 (10.94% from 255) = 8.57%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=44.13%
G=8.57%
B=47.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139271490.070.8200.42295.0869.3234.51
Hex8B1B9575202A1274523
Octal21333225712205244710543
Binary100010111101110010101111101001001010101001001111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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