#8a496f

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

Shades of Cosmic #8A496F

Tints of Cosmic #8A496F

Color information

#8A496F (or 0x8A496F) is unknown color: approx Cosmic. HEX triplet: 8A, 49 and 6F. RGB value is (138,73,111). Sum of RGB (Red+Green+Blue) = 138+73+111=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A496F is #75B690. Grayscale: #606060. Windows color (decimal): -7714449 or 7293322. OLE color: 7293322.

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

Color convert

RGB13873111-
CMYK00.470.200.46
HSL324.92º30.81%41.37%-
HSV(B)324.92º47.1%54.12%-
XYZ15.7311.3216.39-
YUV96.77136.03157.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.86%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=42.86%
G=22.67%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387311100.470.200.46324.9230.8141.37
Hex8A496F02F142E1451f29
Octal21211115705724565053751
Binary100010101001001110111101011111010010111010100010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a496f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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