#8A067A

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

Shades of Purple #8A067A

Tints of Purple #8A067A

Color information

#8A067A (or 0x8A067A) is unknown color: approx Purple. HEX triplet: 8A, 06 and 7A. RGB value is (138,6,122). Sum of RGB (Red+Green+Blue) = 138+6+122=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A067A is #75F985. Grayscale: #3A3A3A. Windows color (decimal): -7731590 or 7997066. OLE color: 7997066.

HSL color Cylindrical-coordinate representation of color #8A067A: hue angle of 307.27º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A067A is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB1386122-
CMYK00.960.120.46
HSL307.27º91.67%28.24%-
HSV(B)307.27º95.65%54.12%-
XYZ14.066.9419.01-
YUV58.69163.73184.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.88%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=51.88%
G=2.26%
B=45.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138612200.960.120.46307.2791.6728.24
Hex8A67A060C2E1335c1c
Octal21261720140145646313434
Binary100010101101111010011000001100101110100110011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,6,122); }

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

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

 a { background-color: rgb(138,6,122); }

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

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

 span { border-color: rgb(138,6,122); }

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