#8B3871

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

Shades of Dark Purple #8B3871

Tints of Dark Purple #8B3871

Color information

#8B3871 (or 0x8B3871) is unknown color: approx Dark Purple. HEX triplet: 8B, 38 and 71. RGB value is (139,56,113). Sum of RGB (Red+Green+Blue) = 139+56+113=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3871 is #74C78E. Grayscale: #575757. Windows color (decimal): -7653263 or 7420043. OLE color: 7420043.

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

Color convert

RGB13956113-
CMYK00.600.190.45
HSL318.8º42.56%38.24%-
HSV(B)318.8º59.71%54.51%-
XYZ15.049.5116.67-
YUV87.32142.5164.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=45.13%
G=18.18%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395611300.600.190.45318.842.5638.24
Hex8B387103C132D13f2b26
Octal2137016107423554775346
Binary100010111110001110001011110010011101101100111111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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