#8B3882

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

Shades of Dark Purple #8B3882

Tints of Dark Purple #8B3882

Color information

#8B3882 (or 0x8B3882) is unknown color: approx Dark Purple. HEX triplet: 8B, 38 and 82. RGB value is (139,56,130). Sum of RGB (Red+Green+Blue) = 139+56+130=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3882 is #74C77D. Grayscale: #595959. Windows color (decimal): -7653246 or 8534155. OLE color: 8534155.

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

Color convert

RGB13956130-
CMYK00.600.060.45
HSL306.51º42.56%38.24%-
HSV(B)306.51º59.71%54.51%-
XYZ16.099.9322.19-
YUV89.25151163.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.77%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 130 (51.17% from 255) = 40%
R=42.77%
G=17.23%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395613000.600.060.45306.5142.5638.24
Hex8B388203C62D1332b26
Octal213702020746554635346
Binary10001011111000100000100111100110101101100110011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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