#8B2B6C

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

Shades of Dark Purple #8B2B6C

Tints of Dark Purple #8B2B6C

Color information

#8B2B6C (or 0x8B2B6C) is unknown color: approx Dark Purple. HEX triplet: 8B, 2B and 6C. RGB value is (139,43,108). Sum of RGB (Red+Green+Blue) = 139+43+108=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2B6C is #74D493. Grayscale: #4E4E4E. Windows color (decimal): -7656596 or 7089035. OLE color: 7089035.

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

Color convert

RGB13943108-
CMYK00.690.220.45
HSL319.38º52.75%35.69%-
HSV(B)319.38º69.06%54.51%-
XYZ14.228.315.04-
YUV79.11144.3170.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 43 (17.19% from 255) = 14.83%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=47.93%
G=14.83%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394310800.690.220.45319.3852.7535.69
Hex8B2B6C045162D13f3524
Octal21353154010526554776544
Binary1000101110101111011000100010110110101101100111111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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