#8A0172

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

Shades of Purple #8A0172

Tints of Purple #8A0172

Color information

#8A0172 (or 0x8A0172) is unknown color: approx Purple. HEX triplet: 8A, 01 and 72. RGB value is (138,1,114). Sum of RGB (Red+Green+Blue) = 138+1+114=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0172 is #75FE8D. Grayscale: #363636. Windows color (decimal): -7732878 or 7471498. OLE color: 7471498.

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

Color convert

RGB1381114-
CMYK00.990.170.46
HSL310.51º98.56%27.25%-
HSV(B)310.51º99.28%54.12%-
XYZ13.536.6416.49-
YUV54.85161.39187.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.55%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=54.55%
G=0.40%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138111400.990.170.46310.5198.5627.25
Hex8A172063112E137631b
Octal21211620143215646714333
Binary10001010111100100110001110001101110100110111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,1,114); }

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

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

 a { background-color: rgb(138,1,114); }

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

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

 span { border-color: rgb(138,1,114); }

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