#8B2973

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

Shades of Dark Purple #8B2973

Tints of Dark Purple #8B2973

Color information

#8B2973 (or 0x8B2973) is unknown color: approx Dark Purple. HEX triplet: 8B, 29 and 73. RGB value is (139,41,115). Sum of RGB (Red+Green+Blue) = 139+41+115=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2973 is #74D68C. Grayscale: #4E4E4E. Windows color (decimal): -7657101 or 7547275. OLE color: 7547275.

HSL color Cylindrical-coordinate representation of color #8B2973: hue angle of 314.69º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2973 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB13941115-
CMYK00.710.170.45
HSL314.69º54.44%35.29%-
HSV(B)314.69º70.5%54.51%-
XYZ14.538.3117.06-
YUV78.74148.47170.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=47.12%
G=13.90%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394111500.710.170.45314.6954.4435.29
Hex8B2973047112D13b3623
Octal21351163010721554736643
Binary1000101110100111100110100011110001101101100111011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,41,115); }

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

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

 a { background-color: rgb(139,41,115); }

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

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

 span { border-color: rgb(139,41,115); }

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