#8B1F70

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

Shades of Dark Purple #8B1F70

Tints of Dark Purple #8B1F70

Color information

#8B1F70 (or 0x8B1F70) is unknown color: approx Dark Purple. HEX triplet: 8B, 1F and 70. RGB value is (139,31,112). Sum of RGB (Red+Green+Blue) = 139+31+112=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F70 is #74E08F. Grayscale: #484848. Windows color (decimal): -7659664 or 7348107. OLE color: 7348107.

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

Color convert

RGB13931112-
CMYK00.780.190.45
HSL315º63.53%33.33%-
HSV(B)315º77.7%54.51%-
XYZ14.067.6416.06-
YUV72.53150.28175.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 31 (12.5% from 255) = 10.99%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=49.29%
G=10.99%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393111200.780.190.4531563.5333.33
Hex8B1F7004E132D13b4021
Octal213371600116235547310041
Binary1000101111111111000001001110100111011011001110111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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