#8B3779

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

Shades of Dark Purple #8B3779

Tints of Dark Purple #8B3779

Color information

#8B3779 (or 0x8B3779) is unknown color: approx Dark Purple. HEX triplet: 8B, 37 and 79. RGB value is (139,55,121). Sum of RGB (Red+Green+Blue) = 139+55+121=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3779 is #74C886. Grayscale: #575757. Windows color (decimal): -7653511 or 7944075. OLE color: 7944075.

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

Color convert

RGB13955121-
CMYK00.600.130.45
HSL312.86º43.3%38.04%-
HSV(B)312.86º60.43%54.51%-
XYZ15.469.619.13-
YUV87.64146.83164.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 55 (21.88% from 255) = 17.46%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=44.13%
G=17.46%
B=38.41%

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
Decimal1395512100.600.130.45312.8643.338.04
Hex8B377903CD2D1392b26
Octal2136717107415554715346
Binary10001011110111111100101111001101101101100111001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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