#893E66

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

Shades of Cosmic #893E66

Tints of Cosmic #893E66

Color information

#893E66 (or 0x893E66) is unknown color: approx Cosmic. HEX triplet: 89, 3E and 66. RGB value is (137,62,102). Sum of RGB (Red+Green+Blue) = 137+62+102=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #893E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893E66 is #76C199. Grayscale: #585858. Windows color (decimal): -7782810 or 6700681. OLE color: 6700681.

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

Color convert

RGB13762102-
CMYK00.550.260.46
HSL328º37.69%39.02%-
HSV(B)328º54.74%53.73%-
XYZ14.449.7213.69-
YUV88.98135.35162.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=45.51%
G=20.60%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376210200.550.260.4632837.6939.02
Hex893E660371A2E1482627
Octal2117614606732565104647
Binary100010011111101100110011011111010101110101001000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,62,102); }

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

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

 a { background-color: rgb(137,62,102); }

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

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

 span { border-color: rgb(137,62,102); }

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