#8F0478

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

Shades of Purple #8F0478

Tints of Purple #8F0478

Color information

#8F0478 (or 0x8F0478) is unknown color: approx Purple. HEX triplet: 8F, 04 and 78. RGB value is (143,4,120). Sum of RGB (Red+Green+Blue) = 143+4+120=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0478 is #70FB87. Grayscale: #3A3A3A. Windows color (decimal): -7404424 or 7865487. OLE color: 7865487.

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

Color convert

RGB1434120-
CMYK00.970.160.44
HSL309.93º94.56%28.82%-
HSV(B)309.93º97.2%56.08%-
XYZ14.767.2818.4-
YUV58.78162.55188.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.56%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=53.56%
G=1.50%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143412000.970.160.44309.9394.5628.82
Hex8F478061102C1365f1d
Octal21741700141205446613735
Binary1000111110011110000110000110000101100100110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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