#8B1970

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

Shades of Dark Purple #8B1970

Tints of Dark Purple #8B1970

Color information

#8B1970 (or 0x8B1970) is unknown color: approx Dark Purple. HEX triplet: 8B, 19 and 70. RGB value is (139,25,112). Sum of RGB (Red+Green+Blue) = 139+25+112=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1970 is #74E68F. Grayscale: #444444. Windows color (decimal): -7661200 or 7346571. OLE color: 7346571.

HSL color Cylindrical-coordinate representation of color #8B1970: hue angle of 314.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1970 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB13925112-
CMYK00.820.190.45
HSL314.21º69.51%32.16%-
HSV(B)314.21º82.01%54.51%-
XYZ13.927.3516.02-
YUV69152.27177.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.36%
GREEN value IS 25 (10.16% from 255) = 9.06%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=50.36%
G=9.06%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392511200.820.190.45314.2169.5132.16
Hex8B1970052132D13a4620
Octal213311600122235547210640
Binary1000101111001111000001010010100111011011001110101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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