#8B1F6E

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

Shades of Dark Purple #8B1F6E

Tints of Dark Purple #8B1F6E

Color information

#8B1F6E (or 0x8B1F6E) is unknown color: approx Dark Purple. HEX triplet: 8B, 1F and 6E. RGB value is (139,31,110). Sum of RGB (Red+Green+Blue) = 139+31+110=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F6E is #74E091. Grayscale: #484848. Windows color (decimal): -7659666 or 7217035. OLE color: 7217035.

HSL color Cylindrical-coordinate representation of color #8B1F6E: hue angle of 316.11º 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 #8B1F6E is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB13931110-
CMYK00.780.210.45
HSL316.11º63.53%33.33%-
HSV(B)316.11º77.7%54.51%-
XYZ13.957.5915.48-
YUV72.3149.28175.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 31 (12.5% from 255) = 11.07%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=49.64%
G=11.07%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393111000.780.210.45316.1163.5333.33
Hex8B1F6E04E152D13c4021
Octal213371560116255547410041
Binary1000101111111110111001001110101011011011001111001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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