#8B2472

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

Shades of Dark Purple #8B2472

Tints of Dark Purple #8B2472

Color information

#8B2472 (or 0x8B2472) is unknown color: approx Dark Purple. HEX triplet: 8B, 24 and 72. RGB value is (139,36,114). Sum of RGB (Red+Green+Blue) = 139+36+114=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2472 is #74DB8D. Grayscale: #4B4B4B. Windows color (decimal): -7658382 or 7480459. OLE color: 7480459.

HSL color Cylindrical-coordinate representation of color #8B2472: hue angle of 314.56º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B2472 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB13936114-
CMYK00.740.180.45
HSL314.56º58.86%34.31%-
HSV(B)314.56º74.1%54.51%-
XYZ14.327.9716.7-
YUV75.69149.62173.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.10%
GREEN value IS 36 (14.45% from 255) = 12.46%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=48.10%
G=12.46%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393611400.740.180.45314.5658.8634.31
Hex8B247204A122D13b3b22
Octal21344162011222554737342
Binary1000101110010011100100100101010010101101100111011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,36,114); }

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

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

 a { background-color: rgb(139,36,114); }

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

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

 span { border-color: rgb(139,36,114); }

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