#8A4872

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

Shades of Cosmic #8A4872

Tints of Cosmic #8A4872

Color information

#8A4872 (or 0x8A4872) is unknown color: approx Cosmic. HEX triplet: 8A, 48 and 72. RGB value is (138,72,114). Sum of RGB (Red+Green+Blue) = 138+72+114=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4872 is #75B78D. Grayscale: #606060. Windows color (decimal): -7714702 or 7489674. OLE color: 7489674.

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

Color convert

RGB13872114-
CMYK00.480.170.46
HSL321.82º31.43%41.18%-
HSV(B)321.82º47.83%54.12%-
XYZ15.8411.2517.26-
YUV96.52137.87157.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.59%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=42.59%
G=22.22%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387211400.480.170.46321.8231.4341.18
Hex8A4872030112E1421f29
Octal21211016206021565023751
Binary100010101001000111001001100001000110111010100001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,72,114); }

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

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

 a { background-color: rgb(138,72,114); }

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

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

 span { border-color: rgb(138,72,114); }

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