#8B3076

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

Shades of Dark Purple #8B3076

Tints of Dark Purple #8B3076

Color information

#8B3076 (or 0x8B3076) is unknown color: approx Dark Purple. HEX triplet: 8B, 30 and 76. RGB value is (139,48,118). Sum of RGB (Red+Green+Blue) = 139+48+118=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3076 is #74CF89. Grayscale: #535353. Windows color (decimal): -7655306 or 7745675. OLE color: 7745675.

HSL color Cylindrical-coordinate representation of color #8B3076: hue angle of 313.85º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3076 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB13948118-
CMYK00.650.150.45
HSL313.85º48.66%36.67%-
HSV(B)313.85º65.47%54.51%-
XYZ14.978.9118.07-
YUV83.19147.65167.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=45.57%
G=15.74%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394811800.650.150.45313.8548.6636.67
Hex8B3076041F2D13a3125
Octal21360166010117554726145
Binary100010111100001110110010000011111101101100111010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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