#8A1977

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

Shades of Dark Purple #8A1977

Tints of Dark Purple #8A1977

Color information

#8A1977 (or 0x8A1977) is unknown color: approx Dark Purple. HEX triplet: 8A, 19 and 77. RGB value is (138,25,119). Sum of RGB (Red+Green+Blue) = 138+25+119=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1977 is #75E688. Grayscale: #454545. Windows color (decimal): -7726729 or 7805322. OLE color: 7805322.

HSL color Cylindrical-coordinate representation of color #8A1977: hue angle of 310.09º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1977 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13825119-
CMYK00.820.140.46
HSL310.09º69.33%31.96%-
HSV(B)310.09º81.88%54.12%-
XYZ14.167.4318.14-
YUV69.5155.94176.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 25 (10.16% from 255) = 8.87%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=48.94%
G=8.87%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1382511900.820.140.46310.0969.3331.96
Hex8A1977052E2E1364520
Octal212311670122165646610540
Binary100010101100111101110101001011101011101001101101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,25,119); }

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

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

 a { background-color: rgb(138,25,119); }

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

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

 span { border-color: rgb(138,25,119); }

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