#8B3C6F

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

Shades of Cosmic #8B3C6F

Tints of Cosmic #8B3C6F

Color information

#8B3C6F (or 0x8B3C6F) is unknown color: approx Cosmic. HEX triplet: 8B, 3C and 6F. RGB value is (139,60,111). Sum of RGB (Red+Green+Blue) = 139+60+111=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3C6F is #74C390. Grayscale: #595959. Windows color (decimal): -7652241 or 7289995. OLE color: 7289995.

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

Color convert

RGB13960111-
CMYK00.570.200.45
HSL321.27º39.7%39.02%-
HSV(B)321.27º56.83%54.51%-
XYZ15.139.8716.15-
YUV89.44140.17163.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 60 (23.83% from 255) = 19.35%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=44.84%
G=19.35%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396011100.570.200.45321.2739.739.02
Hex8B3C6F039142D1412827
Octal2137415707124555015047
Binary100010111111001101111011100110100101101101000001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,60,111); }

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

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

 a { background-color: rgb(139,60,111); }

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

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

 span { border-color: rgb(139,60,111); }

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