#8F0477

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

Shades of Purple #8F0477

Tints of Purple #8F0477

Color information

#8F0477 (or 0x8F0477) is unknown color: approx Purple. HEX triplet: 8F, 04 and 77. RGB value is (143,4,119). Sum of RGB (Red+Green+Blue) = 143+4+119=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0477 is #70FB88. Grayscale: #3A3A3A. Windows color (decimal): -7404425 or 7799951. OLE color: 7799951.

HSL color Cylindrical-coordinate representation of color #8F0477: hue angle of 310.36º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0477 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB1434119-
CMYK00.970.170.44
HSL310.36º94.56%28.82%-
HSV(B)310.36º97.2%56.08%-
XYZ14.77.2618.08-
YUV58.67162.05188.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.76%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 119 (46.88% from 255) = 44.74%
R=53.76%
G=1.50%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143411900.970.170.44310.3694.5628.82
Hex8F477061112C1365f1d
Octal21741670141215446613735
Binary1000111110011101110110000110001101100100110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,4,119); }

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

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

 a { background-color: rgb(143,4,119); }

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

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

 span { border-color: rgb(143,4,119); }

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