#8A147A

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

Shades of Dark Purple #8A147A

Tints of Dark Purple #8A147A

Color information

#8A147A (or 0x8A147A) is unknown color: approx Dark Purple. HEX triplet: 8A, 14 and 7A. RGB value is (138,20,122). Sum of RGB (Red+Green+Blue) = 138+20+122=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A147A is #75EB85. Grayscale: #424242. Windows color (decimal): -7728006 or 8000650. OLE color: 8000650.

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

Color convert

RGB13820122-
CMYK00.860.120.46
HSL308.14º74.68%30.98%-
HSV(B)308.14º85.51%54.12%-
XYZ14.247.3119.07-
YUV66.91159.09178.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.29%
GREEN value IS 20 (8.20% from 255) = 7.14%
BLUE value IS 122 (48.05% from 255) = 43.57%
R=49.29%
G=7.14%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1382012200.860.120.46308.1474.6830.98
Hex8A147A056C2E1344b1f
Octal212241720126145646411337
Binary10001010101001111010010101101100101110100110100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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