#8A1374

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

Shades of Dark Purple #8A1374

Tints of Dark Purple #8A1374

Color information

#8A1374 (or 0x8A1374) is unknown color: approx Dark Purple. HEX triplet: 8A, 13 and 74. RGB value is (138,19,116). Sum of RGB (Red+Green+Blue) = 138+19+116=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1374 is #75EC8B. Grayscale: #414141. Windows color (decimal): -7728268 or 7607178. OLE color: 7607178.

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

Color convert

RGB13819116-
CMYK00.860.160.46
HSL311.09º75.8%30.78%-
HSV(B)311.09º86.23%54.12%-
XYZ13.877.1317.17-
YUV65.64156.42179.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=50.55%
G=6.96%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381911600.860.160.46311.0975.830.78
Hex8A1374056102E1374c1f
Octal212231640126205646711437
Binary100010101001111101000101011010000101110100110111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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