#8B4470

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

Shades of Cosmic #8B4470

Tints of Cosmic #8B4470

Color information

#8B4470 (or 0x8B4470) is unknown color: approx Cosmic. HEX triplet: 8B, 44 and 70. RGB value is (139,68,112). Sum of RGB (Red+Green+Blue) = 139+68+112=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4470 is #74BB8F. Grayscale: #5E5E5E. Windows color (decimal): -7650192 or 7357579. OLE color: 7357579.

HSL color Cylindrical-coordinate representation of color #8B4470: hue angle of 322.82º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B4470 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB13968112-
CMYK00.510.190.45
HSL322.82º34.3%40.59%-
HSV(B)322.82º51.08%54.51%-
XYZ15.6410.7916.59-
YUV94.24138.02159.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=43.57%
G=21.32%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396811200.510.190.45322.8234.340.59
Hex8B4470033132D1432229
Octal21310416006323555034251
Binary1000101110001001110000011001110011101101101000011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,112); }

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

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

 a { background-color: rgb(139,68,112); }

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

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

 span { border-color: rgb(139,68,112); }

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