#8B1B8F

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

Shades of Dark Magenta #8B1B8F

Tints of Dark Magenta #8B1B8F

Color information

#8B1B8F (or 0x8B1B8F) is unknown color: approx Dark Magenta. HEX triplet: 8B, 1B and 8F. RGB value is (139,27,143). Sum of RGB (Red+Green+Blue) = 139+27+143=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B1B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1B8F is #74E470. Grayscale: #494949. Windows color (decimal): -7660657 or 9378699. OLE color: 9378699.

HSL color Cylindrical-coordinate representation of color #8B1B8F: hue angle of 297.93º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1B8F is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13927143-
CMYK0.030.8100.44
HSL297.93º68.24%33.33%-
HSV(B)297.93º81.12%56.08%-
XYZ168.2626.74-
YUV73.71167.11174.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 27 (10.94% from 255) = 8.74%
BLUE value IS 143 (56.25% from 255) = 46.28%
R=44.98%
G=8.74%
B=46.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139271430.030.8100.44297.9368.2433.33
Hex8B1B8F35102C12a4421
Octal21333217312105445210441
Binary10001011110111000111111101000101011001001010101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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