#8B3A6E

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

Shades of Dark Purple #8B3A6E

Tints of Dark Purple #8B3A6E

Color information

#8B3A6E (or 0x8B3A6E) is unknown color: approx Dark Purple. HEX triplet: 8B, 3A and 6E. RGB value is (139,58,110). Sum of RGB (Red+Green+Blue) = 139+58+110=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3A6E is #74C591. Grayscale: #585858. Windows color (decimal): -7652754 or 7223947. OLE color: 7223947.

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

Color convert

RGB13958110-
CMYK00.580.210.45
HSL321.48º41.12%38.63%-
HSV(B)321.48º58.27%54.51%-
XYZ14.979.6415.82-
YUV88.15140.34164.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.28%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=45.28%
G=18.89%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395811000.580.210.45321.4841.1238.63
Hex8B3A6E03A152D1412927
Octal2137215607225555015147
Binary100010111110101101110011101010101101101101000001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,58,110); }

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

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

 a { background-color: rgb(139,58,110); }

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

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

 span { border-color: rgb(139,58,110); }

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