#8B047A

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

Shades of Purple #8B047A

Tints of Purple #8B047A

Color information

#8B047A (or 0x8B047A) is unknown color: approx Purple. HEX triplet: 8B, 04 and 7A. RGB value is (139,4,122). Sum of RGB (Red+Green+Blue) = 139+4+122=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B047A is #74FB85. Grayscale: #393939. Windows color (decimal): -7666566 or 7996555. OLE color: 7996555.

HSL color Cylindrical-coordinate representation of color #8B047A: hue angle of 307.56º 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 #8B047A is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB1394122-
CMYK00.970.120.45
HSL307.56º94.41%28.04%-
HSV(B)307.56º97.12%54.51%-
XYZ14.26.9819.01-
YUV57.82164.23185.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 4 (1.95% from 255) = 1.51%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=52.45%
G=1.51%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139412200.970.120.45307.5694.4128.04
Hex8B47A061C2D1345e1c
Octal21341720141145546413634
Binary100010111001111010011000011100101101100110100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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