#8A2677

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

Shades of Dark Purple #8A2677

Tints of Dark Purple #8A2677

Color information

#8A2677 (or 0x8A2677) is unknown color: approx Dark Purple. HEX triplet: 8A, 26 and 77. RGB value is (138,38,119). Sum of RGB (Red+Green+Blue) = 138+38+119=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2677 is #75D988. Grayscale: #4C4C4C. Windows color (decimal): -7723401 or 7808650. OLE color: 7808650.

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

Color convert

RGB13838119-
CMYK00.720.140.46
HSL311.4º56.82%34.51%-
HSV(B)311.4º72.46%54.12%-
XYZ14.58.1218.26-
YUV77.13151.63171.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.78%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 119 (46.88% from 255) = 40.34%
R=46.78%
G=12.88%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383811900.720.140.46311.456.8234.51
Hex8A2677048E2E1373923
Octal21246167011016564677143
Binary100010101001101110111010010001110101110100110111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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