#8B047C

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

Shades of Purple #8B047C

Tints of Purple #8B047C

Color information

#8B047C (or 0x8B047C) is unknown color: approx Purple. HEX triplet: 8B, 04 and 7C. RGB value is (139,4,124). Sum of RGB (Red+Green+Blue) = 139+4+124=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B047C is #74FB83. Grayscale: #393939. Windows color (decimal): -7666564 or 8127627. OLE color: 8127627.

HSL color Cylindrical-coordinate representation of color #8B047C: hue angle of 306.67º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B047C is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB1394124-
CMYK00.970.110.45
HSL306.67º94.41%28.04%-
HSV(B)306.67º97.12%54.51%-
XYZ14.337.0319.67-
YUV58.04165.23185.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.06%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=52.06%
G=1.50%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139412400.970.110.45306.6794.4128.04
Hex8B47C061B2D1335e1c
Octal21341740141135546313634
Binary100010111001111100011000011011101101100110011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,4,124); }

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

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

 a { background-color: rgb(139,4,124); }

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

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

 span { border-color: rgb(139,4,124); }

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