#8B3D80

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

Shades of Dark Purple #8B3D80

Tints of Dark Purple #8B3D80

Color information

#8B3D80 (or 0x8B3D80) is unknown color: approx Dark Purple. HEX triplet: 8B, 3D and 80. RGB value is (139,61,128). Sum of RGB (Red+Green+Blue) = 139+61+128=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3D80 is #74C27F. Grayscale: #5B5B5B. Windows color (decimal): -7651968 or 8404363. OLE color: 8404363.

HSL color Cylindrical-coordinate representation of color #8B3D80: hue angle of 308.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B3D80 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB13961128-
CMYK00.560.080.45
HSL308.46º39%39.22%-
HSV(B)308.46º56.12%54.51%-
XYZ16.2110.3821.57-
YUV91.96148.34161.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.38%
GREEN value IS 61 (24.22% from 255) = 18.60%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=42.38%
G=18.60%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396112800.560.080.45308.463939.22
Hex8B3D8003882D1342727
Octal2137520007010554644747
Binary100010111111011000000001110001000101101100110100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,61,128); }

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

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

 a { background-color: rgb(139,61,128); }

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

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

 span { border-color: rgb(139,61,128); }

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