#8B476E

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

Shades of Cosmic #8B476E

Tints of Cosmic #8B476E

Color information

#8B476E (or 0x8B476E) is unknown color: approx Cosmic. HEX triplet: 8B, 47 and 6E. RGB value is (139,71,110). Sum of RGB (Red+Green+Blue) = 139+71+110=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B476E is #74B891. Grayscale: #5F5F5F. Windows color (decimal): -7649426 or 7227275. OLE color: 7227275.

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

Color convert

RGB13971110-
CMYK00.490.210.45
HSL325.59º32.38%41.18%-
HSV(B)325.59º48.92%54.51%-
XYZ15.7211.1216.07-
YUV95.78136.03158.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=43.44%
G=22.19%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397111000.490.210.45325.5932.3841.18
Hex8B476E031152D1462029
Octal21310715606125555064051
Binary1000101110001111101110011000110101101101101000110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,71,110); }

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

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

 a { background-color: rgb(139,71,110); }

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

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

 span { border-color: rgb(139,71,110); }

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