#8B4A72

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

Shades of Cosmic #8B4A72

Tints of Cosmic #8B4A72

Color information

#8B4A72 (or 0x8B4A72) is unknown color: approx Cosmic. HEX triplet: 8B, 4A and 72. RGB value is (139,74,114). Sum of RGB (Red+Green+Blue) = 139+74+114=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4A72 is #74B58D. Grayscale: #616161. Windows color (decimal): -7648654 or 7490187. OLE color: 7490187.

HSL color Cylindrical-coordinate representation of color #8B4A72: hue angle of 323.08º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B4A72 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB13974114-
CMYK00.470.180.45
HSL323.08º30.52%41.76%-
HSV(B)323.08º46.76%54.51%-
XYZ16.1311.617.31-
YUV97.99137.03157.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=42.51%
G=22.63%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397411400.470.180.45323.0830.5241.76
Hex8B4A7202F122D1431f2a
Octal21311216205722555033752
Binary100010111001010111001001011111001010110110100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,74,114); }

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

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

 a { background-color: rgb(139,74,114); }

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

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

 span { border-color: rgb(139,74,114); }

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