#8B3179

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

Shades of Dark Purple #8B3179

Tints of Dark Purple #8B3179

Color information

#8B3179 (or 0x8B3179) is unknown color: approx Dark Purple. HEX triplet: 8B, 31 and 79. RGB value is (139,49,121). Sum of RGB (Red+Green+Blue) = 139+49+121=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3179 is #74CE86. Grayscale: #535353. Windows color (decimal): -7655047 or 7942539. OLE color: 7942539.

HSL color Cylindrical-coordinate representation of color #8B3179: hue angle of 312º degrees, saturation: 0.48, 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 #8B3179 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB13949121-
CMYK00.650.130.45
HSL312º47.87%36.86%-
HSV(B)312º64.75%54.51%-
XYZ15.29.0719.04-
YUV84.12148.82167.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=44.98%
G=15.86%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394912100.650.130.4531247.8736.86
Hex8B3179041D2D1383025
Octal21361171010115554706045
Binary100010111100011111001010000011101101101100111000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,49,121); }

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

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

 a { background-color: rgb(139,49,121); }

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

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

 span { border-color: rgb(139,49,121); }

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