#8A376C

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

Shades of Dark Purple #8A376C

Tints of Dark Purple #8A376C

Color information

#8A376C (or 0x8A376C) is unknown color: approx Dark Purple. HEX triplet: 8A, 37 and 6C. RGB value is (138,55,108). Sum of RGB (Red+Green+Blue) = 138+55+108=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A376C is #75C893. Grayscale: #555555. Windows color (decimal): -7719060 or 7092106. OLE color: 7092106.

HSL color Cylindrical-coordinate representation of color #8A376C: hue angle of 321.69º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A376C is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB13855108-
CMYK00.600.220.46
HSL321.69º43.01%37.84%-
HSV(B)321.69º60.14%54.12%-
XYZ14.559.2215.2-
YUV85.86140.5165.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 55 (21.88% from 255) = 18.27%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=45.85%
G=18.27%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385510800.600.220.46321.6943.0137.84
Hex8A376C03C162E1422b26
Octal2126715407426565025346
Binary100010101101111101100011110010110101110101000010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,55,108); }

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

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

 a { background-color: rgb(138,55,108); }

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

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

 span { border-color: rgb(138,55,108); }

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