#8B446D

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

Shades of Cosmic #8B446D

Tints of Cosmic #8B446D

Color information

#8B446D (or 0x8B446D) is unknown color: approx Cosmic. HEX triplet: 8B, 44 and 6D. RGB value is (139,68,109). Sum of RGB (Red+Green+Blue) = 139+68+109=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B446D is #74BB92. Grayscale: #5D5D5D. Windows color (decimal): -7650195 or 7160971. OLE color: 7160971.

HSL color Cylindrical-coordinate representation of color #8B446D: hue angle of 325.35º 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 #8B446D is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB13968109-
CMYK00.510.220.45
HSL325.35º34.3%40.59%-
HSV(B)325.35º51.08%54.51%-
XYZ15.4710.7315.72-
YUV93.9136.52160.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.99%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=43.99%
G=21.52%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396810900.510.220.45325.3534.340.59
Hex8B446D033162D1452229
Octal21310415506326555054251
Binary1000101110001001101101011001110110101101101000101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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