#8B4570

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

Shades of Cosmic #8B4570

Tints of Cosmic #8B4570

Color information

#8B4570 (or 0x8B4570) is unknown color: approx Cosmic. HEX triplet: 8B, 45 and 70. RGB value is (139,69,112). Sum of RGB (Red+Green+Blue) = 139+69+112=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4570 is #74BA8F. Grayscale: #5E5E5E. Windows color (decimal): -7649936 or 7357835. OLE color: 7357835.

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

Color convert

RGB13969112-
CMYK00.500.190.45
HSL323.14º33.65%40.78%-
HSV(B)323.14º50.36%54.51%-
XYZ15.710.9216.61-
YUV94.83137.69159.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 112 (44.14% from 255) = 35%
R=43.44%
G=21.56%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396911200.500.190.45323.1433.6540.78
Hex8B4570032132D1432229
Octal21310516006223555034251
Binary1000101110001011110000011001010011101101101000011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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