#8A1078

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

Shades of Dark Purple #8A1078

Tints of Dark Purple #8A1078

Color information

#8A1078 (or 0x8A1078) is unknown color: approx Dark Purple. HEX triplet: 8A, 10 and 78. RGB value is (138,16,120). Sum of RGB (Red+Green+Blue) = 138+16+120=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1078 is #75EF87. Grayscale: #404040. Windows color (decimal): -7729032 or 7868554. OLE color: 7868554.

HSL color Cylindrical-coordinate representation of color #8A1078: hue angle of 308.85º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1078 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB13816120-
CMYK00.880.130.46
HSL308.85º79.22%30.2%-
HSV(B)308.85º88.41%54.12%-
XYZ14.067.1318.4-
YUV64.33159.42180.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.36%
GREEN value IS 16 (6.64% from 255) = 5.84%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=50.36%
G=5.84%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381612000.880.130.46308.8579.2230.2
Hex8A1078058D2E1354f1e
Octal212201700130155646511736
Binary10001010100001111000010110001101101110100110101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,16,120); }

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

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

 a { background-color: rgb(138,16,120); }

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

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

 span { border-color: rgb(138,16,120); }

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