#8B1976

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

Shades of Dark Purple #8B1976

Tints of Dark Purple #8B1976

Color information

#8B1976 (or 0x8B1976) is unknown color: approx Dark Purple. HEX triplet: 8B, 19 and 76. RGB value is (139,25,118). Sum of RGB (Red+Green+Blue) = 139+25+118=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1976 is #74E689. Grayscale: #454545. Windows color (decimal): -7661194 or 7739787. OLE color: 7739787.

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

Color convert

RGB13925118-
CMYK00.820.150.45
HSL311.05º69.51%32.16%-
HSV(B)311.05º82.01%54.51%-
XYZ14.277.4917.83-
YUV69.69155.27177.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 25 (10.16% from 255) = 8.87%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=49.29%
G=8.87%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392511800.820.150.45311.0569.5132.16
Hex8B1976052F2D1374620
Octal213311660122175546710640
Binary100010111100111101100101001011111011011001101111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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