#8A4C74

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

Shades of Cosmic #8A4C74

Tints of Cosmic #8A4C74

Color information

#8A4C74 (or 0x8A4C74) is unknown color: approx Cosmic. HEX triplet: 8A, 4C and 74. RGB value is (138,76,116). Sum of RGB (Red+Green+Blue) = 138+76+116=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4C74 is #75B38B. Grayscale: #636363. Windows color (decimal): -7713676 or 7621770. OLE color: 7621770.

HSL color Cylindrical-coordinate representation of color #8A4C74: hue angle of 321.29º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A4C74 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13876116-
CMYK00.450.160.46
HSL321.29º28.97%41.96%-
HSV(B)321.29º44.93%54.12%-
XYZ16.2211.8317.95-
YUV99.1137.54155.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.82%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=41.82%
G=23.03%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387611600.450.160.46321.2928.9741.96
Hex8A4C7402D102E1411d2a
Octal21211416405520565013552
Binary100010101001100111010001011011000010111010100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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