#8B3879

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

Shades of Dark Purple #8B3879

Tints of Dark Purple #8B3879

Color information

#8B3879 (or 0x8B3879) is unknown color: approx Dark Purple. HEX triplet: 8B, 38 and 79. RGB value is (139,56,121). Sum of RGB (Red+Green+Blue) = 139+56+121=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3879 is #74C786. Grayscale: #585858. Windows color (decimal): -7653255 or 7944331. OLE color: 7944331.

HSL color Cylindrical-coordinate representation of color #8B3879: hue angle of 313.01º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B3879 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB13956121-
CMYK00.600.130.45
HSL313.01º42.56%38.24%-
HSV(B)313.01º59.71%54.51%-
XYZ15.519.719.14-
YUV88.23146.5164.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.99%
GREEN value IS 56 (22.27% from 255) = 17.72%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=43.99%
G=17.72%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395612100.600.130.45313.0142.5638.24
Hex8B387903CD2D1392b26
Octal2137017107415554715346
Binary10001011111000111100101111001101101101100111001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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