#8F007A

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

Shades of Purple #8F007A

Tints of Purple #8F007A

Color information

#8F007A (or 0x8F007A) is unknown color: approx Purple. HEX triplet: 8F, 00 and 7A. RGB value is (143,0,122). Sum of RGB (Red+Green+Blue) = 143+0+122=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F007A is #70FF85. Grayscale: #383838. Windows color (decimal): -7405446 or 7995535. OLE color: 7995535.

HSL color Cylindrical-coordinate representation of color #8F007A: hue angle of 308.81º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F007A is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB1430122-
CMYK010.150.44
HSL308.81º100%28.04%-
HSV(B)308.81º100%56.08%-
XYZ14.847.2419.03-
YUV56.66164.88189.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=53.96%
G=0%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1430122010.150.44308.8110028.04
Hex8F07A064F2C135641c
Octal21701720144175446514434
Binary1000111101111010011001001111101100100110101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,0,122); }

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

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

 a { background-color: rgb(143,0,122); }

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

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

 span { border-color: rgb(143,0,122); }

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