#8B1472

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

Shades of Dark Purple #8B1472

Tints of Dark Purple #8B1472

Color information

#8B1472 (or 0x8B1472) is unknown color: approx Dark Purple. HEX triplet: 8B, 14 and 72. RGB value is (139,20,114). Sum of RGB (Red+Green+Blue) = 139+20+114=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1472 is #74EB8D. Grayscale: #424242. Windows color (decimal): -7662478 or 7476363. OLE color: 7476363.

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

Color convert

RGB13920114-
CMYK00.860.180.45
HSL312.61º74.84%31.18%-
HSV(B)312.61º85.61%54.51%-
XYZ13.937.216.58-
YUV66.3154.92179.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 20 (8.20% from 255) = 7.33%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=50.92%
G=7.33%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392011400.860.180.45312.6174.8431.18
Hex8B1472056122D1394b1f
Octal213241620126225547111337
Binary100010111010011100100101011010010101101100111001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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