#8B3D71

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

Shades of Dark Purple #8B3D71

Tints of Dark Purple #8B3D71

Color information

#8B3D71 (or 0x8B3D71) is unknown color: approx Dark Purple. HEX triplet: 8B, 3D and 71. RGB value is (139,61,113). Sum of RGB (Red+Green+Blue) = 139+61+113=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3D71 is #74C28E. Grayscale: #5A5A5A. Windows color (decimal): -7651983 or 7421323. OLE color: 7421323.

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

Color convert

RGB13961113-
CMYK00.560.190.45
HSL320º39%39.22%-
HSV(B)320º56.12%54.51%-
XYZ15.310.0216.75-
YUV90.25140.84162.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 61 (24.22% from 255) = 19.49%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=44.41%
G=19.49%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396111300.560.190.453203939.22
Hex8B3D71038132D1402727
Octal2137516107023555004747
Binary100010111111011110001011100010011101101101000000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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