#8A1074

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

Shades of Dark Purple #8A1074

Tints of Dark Purple #8A1074

Color information

#8A1074 (or 0x8A1074) is unknown color: approx Dark Purple. HEX triplet: 8A, 10 and 74. RGB value is (138,16,116). Sum of RGB (Red+Green+Blue) = 138+16+116=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1074 is #75EF8B. Grayscale: #3F3F3F. Windows color (decimal): -7729036 or 7606410. OLE color: 7606410.

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

Color convert

RGB13816116-
CMYK00.880.160.46
HSL310.82º79.22%30.2%-
HSV(B)310.82º88.41%54.12%-
XYZ13.827.0317.15-
YUV63.88157.42180.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.11%
GREEN value IS 16 (6.64% from 255) = 5.93%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=51.11%
G=5.93%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381611600.880.160.46310.8279.2230.2
Hex8A1074058102E1374f1e
Octal212201640130205646711736
Binary100010101000011101000101100010000101110100110111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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