#8B4279

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

Shades of Dark Purple #8B4279

Tints of Dark Purple #8B4279

Color information

#8B4279 (or 0x8B4279) is unknown color: approx Dark Purple. HEX triplet: 8B, 42 and 79. RGB value is (139,66,121). Sum of RGB (Red+Green+Blue) = 139+66+121=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4279 is #74BD86. Grayscale: #5D5D5D. Windows color (decimal): -7650695 or 7946891. OLE color: 7946891.

HSL color Cylindrical-coordinate representation of color #8B4279: hue angle of 314.79º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4279 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB13966121-
CMYK00.530.130.45
HSL314.79º35.61%40.2%-
HSV(B)314.79º52.52%54.51%-
XYZ16.0510.7719.32-
YUV94.1143.18160.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=42.64%
G=20.25%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396612100.530.130.45314.7935.6140.2
Hex8B4279035D2D13b2428
Octal21310217106515554734450
Binary100010111000010111100101101011101101101100111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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