#8B446B

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

Shades of Cosmic #8B446B

Tints of Cosmic #8B446B

Color information

#8B446B (or 0x8B446B) is unknown color: approx Cosmic. HEX triplet: 8B, 44 and 6B. RGB value is (139,68,107). Sum of RGB (Red+Green+Blue) = 139+68+107=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B446B is #74BB94. Grayscale: #5D5D5D. Windows color (decimal): -7650197 or 7029899. OLE color: 7029899.

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

Color convert

RGB13968107-
CMYK00.510.230.45
HSL327.04º34.3%40.59%-
HSV(B)327.04º51.08%54.51%-
XYZ15.3710.6815.16-
YUV93.68135.52160.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=44.27%
G=21.66%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396810700.510.230.45327.0434.340.59
Hex8B446B033172D1472229
Octal21310415306327555074251
Binary1000101110001001101011011001110111101101101000111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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