#8B047F

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

Shades of Purple #8B047F

Tints of Purple #8B047F

Color information

#8B047F (or 0x8B047F) is unknown color: approx Purple. HEX triplet: 8B, 04 and 7F. RGB value is (139,4,127). Sum of RGB (Red+Green+Blue) = 139+4+127=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B047F is #74FB80. Grayscale: #3A3A3A. Windows color (decimal): -7666561 or 8324235. OLE color: 8324235.

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

Color convert

RGB1394127-
CMYK00.970.090.45
HSL305.33º94.41%28.04%-
HSV(B)305.33º97.12%54.51%-
XYZ14.527.1120.69-
YUV58.39166.73185.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 127 (50% from 255) = 47.04%
R=51.48%
G=1.48%
B=47.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139412700.970.090.45305.3394.4128.04
Hex8B47F06192D1315e1c
Octal21341770141115546113634
Binary100010111001111111011000011001101101100110001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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