#894975

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

Shades of Cosmic #894975

Tints of Cosmic #894975

Color information

#894975 (or 0x894975) is unknown color: approx Cosmic. HEX triplet: 89, 49 and 75. RGB value is (137,73,117). Sum of RGB (Red+Green+Blue) = 137+73+117=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #894975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894975 is #76B68A. Grayscale: #616161. Windows color (decimal): -7779979 or 7686537. OLE color: 7686537.

HSL color Cylindrical-coordinate representation of color #894975: hue angle of 318.75º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894975 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB13773117-
CMYK00.470.150.46
HSL318.75º30.48%41.18%-
HSV(B)318.75º46.72%53.73%-
XYZ15.9111.3718.19-
YUV97.15139.2156.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.90%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=41.90%
G=22.32%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377311700.470.150.46318.7530.4841.18
Hex89497502FF2E13f1e29
Octal21111116505717564773651
Binary10001001100100111101010101111111110111010011111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894975; }

 p { color: rgb(137,73,117); }

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

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

 a { background-color: rgb(137,73,117); }

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

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

 span { border-color: rgb(137,73,117); }

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