#8A496D

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

Shades of Cosmic #8A496D

Tints of Cosmic #8A496D

Color information

#8A496D (or 0x8A496D) is unknown color: approx Cosmic. HEX triplet: 8A, 49 and 6D. RGB value is (138,73,109). Sum of RGB (Red+Green+Blue) = 138+73+109=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 138 - color contains mainly: red. Hex color #8A496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A496D is #75B692. Grayscale: #606060. Windows color (decimal): -7714451 or 7162250. OLE color: 7162250.

HSL color Cylindrical-coordinate representation of color #8A496D: hue angle of 326.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A496D is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB13873109-
CMYK00.470.210.46
HSL326.77º30.81%41.37%-
HSV(B)326.77º47.1%54.12%-
XYZ15.6211.2715.82-
YUV96.54135.03157.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.12%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=43.12%
G=22.81%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387310900.470.210.46326.7730.8141.37
Hex8A496D02F152E1471f29
Octal21211115505725565073751
Binary100010101001001110110101011111010110111010100011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,73,109); }

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

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

 a { background-color: rgb(138,73,109); }

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

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

 span { border-color: rgb(138,73,109); }

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