#8B2C6C

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

Shades of Dark Purple #8B2C6C

Tints of Dark Purple #8B2C6C

Color information

#8B2C6C (or 0x8B2C6C) is unknown color: approx Dark Purple. HEX triplet: 8B, 2C and 6C. RGB value is (139,44,108). Sum of RGB (Red+Green+Blue) = 139+44+108=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2C6C is #74D393. Grayscale: #4F4F4F. Windows color (decimal): -7656340 or 7089291. OLE color: 7089291.

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

Color convert

RGB13944108-
CMYK00.680.220.45
HSL319.58º51.91%35.88%-
HSV(B)319.58º68.35%54.51%-
XYZ14.258.3715.05-
YUV79.7143.97170.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.77%
GREEN value IS 44 (17.58% from 255) = 15.12%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=47.77%
G=15.12%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394410800.680.220.45319.5851.9135.88
Hex8B2C6C044162D1403424
Octal21354154010426555006444
Binary1000101110110011011000100010010110101101101000000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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