#8A4F74

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

Shades of Cosmic #8A4F74

Tints of Cosmic #8A4F74

Color information

#8A4F74 (or 0x8A4F74) is unknown color: approx Cosmic. HEX triplet: 8A, 4F and 74. RGB value is (138,79,116). Sum of RGB (Red+Green+Blue) = 138+79+116=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4F74 is #75B08B. Grayscale: #646464. Windows color (decimal): -7712908 or 7622538. OLE color: 7622538.

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

Color convert

RGB13879116-
CMYK00.430.160.46
HSL322.37º27.19%42.55%-
HSV(B)322.37º42.75%54.12%-
XYZ16.4312.2618.02-
YUV100.86136.55154.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.44%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=41.44%
G=23.72%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387911600.430.160.46322.3727.1942.55
Hex8A4F7402B102E1421b2b
Octal21211716405320565023353
Binary100010101001111111010001010111000010111010100001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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