#8B3E6D

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

Shades of Cosmic #8B3E6D

Tints of Cosmic #8B3E6D

Color information

#8B3E6D (or 0x8B3E6D) is unknown color: approx Cosmic. HEX triplet: 8B, 3E and 6D. RGB value is (139,62,109). Sum of RGB (Red+Green+Blue) = 139+62+109=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3E6D is #74C192. Grayscale: #5A5A5A. Windows color (decimal): -7651731 or 7159435. OLE color: 7159435.

HSL color Cylindrical-coordinate representation of color #8B3E6D: hue angle of 323.38º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3E6D is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB13962109-
CMYK00.550.220.45
HSL323.38º38.31%39.41%-
HSV(B)323.38º55.4%54.51%-
XYZ15.1310.0415.61-
YUV90.38138.51162.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 62 (24.61% from 255) = 20%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=44.84%
G=20%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396210900.550.220.45323.3838.3139.41
Hex8B3E6D037162D1432627
Octal2137615506726555034647
Binary100010111111101101101011011110110101101101000011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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