#8A1479

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

Shades of Dark Purple #8A1479

Tints of Dark Purple #8A1479

Color information

#8A1479 (or 0x8A1479) is unknown color: approx Dark Purple. HEX triplet: 8A, 14 and 79. RGB value is (138,20,121). Sum of RGB (Red+Green+Blue) = 138+20+121=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1479 is #75EB86. Grayscale: #424242. Windows color (decimal): -7728007 or 7935114. OLE color: 7935114.

HSL color Cylindrical-coordinate representation of color #8A1479: hue angle of 308.64º 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 #8A1479 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13820121-
CMYK00.860.120.46
HSL308.64º74.68%30.98%-
HSV(B)308.64º85.51%54.12%-
XYZ14.187.2818.75-
YUV66.8158.59178.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.46%
GREEN value IS 20 (8.20% from 255) = 7.17%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=49.46%
G=7.17%
B=43.37%

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
Decimal1382012100.860.120.46308.6474.6830.98
Hex8A1479056C2E1354b1f
Octal212241710126145646511337
Binary10001010101001111001010101101100101110100110101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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