#8B3B6F

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

Shades of Dark Purple #8B3B6F

Tints of Dark Purple #8B3B6F

Color information

#8B3B6F (or 0x8B3B6F) is unknown color: approx Dark Purple. HEX triplet: 8B, 3B and 6F. RGB value is (139,59,111). Sum of RGB (Red+Green+Blue) = 139+59+111=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3B6F is #74C490. Grayscale: #585858. Windows color (decimal): -7652497 or 7289739. OLE color: 7289739.

HSL color Cylindrical-coordinate representation of color #8B3B6F: hue angle of 321º degrees, saturation: 0.4, 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 #8B3B6F is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB13959111-
CMYK00.580.200.45
HSL321º40.4%38.82%-
HSV(B)321º57.55%54.51%-
XYZ15.089.7616.13-
YUV88.85140.5163.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=44.98%
G=19.09%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395911100.580.200.4532140.438.82
Hex8B3B6F03A142D1412827
Octal2137315707224555015047
Binary100010111110111101111011101010100101101101000001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,59,111); }

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

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

 a { background-color: rgb(139,59,111); }

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

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

 span { border-color: rgb(139,59,111); }

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