#89406C

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

Shades of Cosmic #89406C

Tints of Cosmic #89406C

Color information

#89406C (or 0x89406C) is unknown color: approx Cosmic. HEX triplet: 89, 40 and 6C. RGB value is (137,64,108). Sum of RGB (Red+Green+Blue) = 137+64+108=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #89406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89406C is #76BF93. Grayscale: #5A5A5A. Windows color (decimal): -7782292 or 7094409. OLE color: 7094409.

HSL color Cylindrical-coordinate representation of color #89406C: hue angle of 323.84º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89406C is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB13764108-
CMYK00.530.210.46
HSL323.84º36.32%39.41%-
HSV(B)323.84º53.28%53.73%-
XYZ14.8610.0715.35-
YUV90.84137.68160.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=44.34%
G=20.71%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376410800.530.210.46323.8436.3239.41
Hex89406C035152E1442427
Octal21110015406525565044447
Binary1000100110000001101100011010110101101110101000100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89406C; }

 p { color: rgb(137,64,108); }

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

<style>
 a { background-color: #89406C; }

 a { background-color: rgb(137,64,108); }

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

<style>
 span { border-color: #89406C; }

 span { border-color: rgb(137,64,108); }

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