#8B366C

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

Shades of Dark Purple #8B366C

Tints of Dark Purple #8B366C

Color information

#8B366C (or 0x8B366C) is unknown color: approx Dark Purple. HEX triplet: 8B, 36 and 6C. RGB value is (139,54,108). Sum of RGB (Red+Green+Blue) = 139+54+108=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B366C is #74C993. Grayscale: #555555. Windows color (decimal): -7653780 or 7091851. OLE color: 7091851.

HSL color Cylindrical-coordinate representation of color #8B366C: hue angle of 321.88º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B366C is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB13954108-
CMYK00.610.220.45
HSL321.88º44.04%37.84%-
HSV(B)321.88º61.15%54.51%-
XYZ14.679.2115.19-
YUV85.57140.66166.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=46.18%
G=17.94%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395410800.610.220.45321.8844.0437.84
Hex8B366C03D162D1422c26
Octal2136615407526555025446
Binary100010111101101101100011110110110101101101000010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,54,108); }

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

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

 a { background-color: rgb(139,54,108); }

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

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

 span { border-color: rgb(139,54,108); }

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