#8A316C

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

Shades of Dark Purple #8A316C

Tints of Dark Purple #8A316C

Color information

#8A316C (or 0x8A316C) is unknown color: approx Dark Purple. HEX triplet: 8A, 31 and 6C. RGB value is (138,49,108). Sum of RGB (Red+Green+Blue) = 138+49+108=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 138 - color contains mainly: red. Hex color #8A316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A316C is #75CE93. Grayscale: #525252. Windows color (decimal): -7720596 or 7090570. OLE color: 7090570.

HSL color Cylindrical-coordinate representation of color #8A316C: hue angle of 320.22º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A316C is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB13849108-
CMYK00.640.220.46
HSL320.22º47.59%36.67%-
HSV(B)320.22º64.49%54.12%-
XYZ14.298.6815.11-
YUV82.34142.49167.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.78%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=46.78%
G=16.61%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384910800.640.220.46320.2247.5936.67
Hex8A316C040162E1403025
Octal21261154010026565006045
Binary1000101011000111011000100000010110101110101000000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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