#893C6D

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

Shades of Cosmic #893C6D

Tints of Cosmic #893C6D

Color information

#893C6D (or 0x893C6D) is unknown color: approx Cosmic. HEX triplet: 89, 3C and 6D. RGB value is (137,60,109). Sum of RGB (Red+Green+Blue) = 137+60+109=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #893C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C6D is #76C392. Grayscale: #585858. Windows color (decimal): -7783315 or 7158921. OLE color: 7158921.

HSL color Cylindrical-coordinate representation of color #893C6D: hue angle of 321.82º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C6D is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13760109-
CMYK00.560.200.46
HSL321.82º39.09%38.63%-
HSV(B)321.82º56.2%53.73%-
XYZ14.699.6515.56-
YUV88.61139.51162.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=44.77%
G=19.61%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376010900.560.200.46321.8239.0938.63
Hex893C6D038142E1422727
Octal2117415507024565024747
Binary100010011111001101101011100010100101110101000010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893C6D; }

 p { color: rgb(137,60,109); }

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

<style>
 a { background-color: #893C6D; }

 a { background-color: rgb(137,60,109); }

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

<style>
 span { border-color: #893C6D; }

 span { border-color: rgb(137,60,109); }

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