#8B1F6F

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

Shades of Dark Purple #8B1F6F

Tints of Dark Purple #8B1F6F

Color information

#8B1F6F (or 0x8B1F6F) is unknown color: approx Dark Purple. HEX triplet: 8B, 1F and 6F. RGB value is (139,31,111). Sum of RGB (Red+Green+Blue) = 139+31+111=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F6F is #74E090. Grayscale: #484848. Windows color (decimal): -7659665 or 7282571. OLE color: 7282571.

HSL color Cylindrical-coordinate representation of color #8B1F6F: hue angle of 315.56º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F6F is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB13931111-
CMYK00.780.200.45
HSL315.56º63.53%33.33%-
HSV(B)315.56º77.7%54.51%-
XYZ14.017.6215.77-
YUV72.41149.78175.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 31 (12.5% from 255) = 11.03%
BLUE value IS 111 (43.75% from 255) = 39.50%
R=49.47%
G=11.03%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393111100.780.200.45315.5663.5333.33
Hex8B1F6F04E142D13c4021
Octal213371570116245547410041
Binary1000101111111110111101001110101001011011001111001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,31,111); }

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

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

 a { background-color: rgb(139,31,111); }

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

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

 span { border-color: rgb(139,31,111); }

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