#8A007F

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

Shades of Purple #8A007F

Tints of Purple #8A007F

Color information

#8A007F (or 0x8A007F) is unknown color: approx Purple. HEX triplet: 8A, 00 and 7F. RGB value is (138,0,127). Sum of RGB (Red+Green+Blue) = 138+0+127=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A007F is #75FF80. Grayscale: #373737. Windows color (decimal): -7733121 or 8323210. OLE color: 8323210.

HSL color Cylindrical-coordinate representation of color #8A007F: hue angle of 304.78º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A007F is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB1380127-
CMYK010.080.46
HSL304.78º100%27.06%-
HSV(B)304.78º100%54.12%-
XYZ14.316.9420.66-
YUV55.74168.22186.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 47.92%
R=52.08%
G=0%
B=47.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1380127010.080.46304.7810027.06
Hex8A07F06482E131641b
Octal21201770144105646114433
Binary1000101001111111011001001000101110100110001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,0,127); }

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

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

 a { background-color: rgb(138,0,127); }

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

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

 span { border-color: rgb(138,0,127); }

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