#894170

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

Shades of Cosmic #894170

Tints of Cosmic #894170

Color information

#894170 (or 0x894170) is unknown color: approx Cosmic. HEX triplet: 89, 41 and 70. RGB value is (137,65,112). Sum of RGB (Red+Green+Blue) = 137+65+112=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #894170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894170 is #76BE8F. Grayscale: #5B5B5B. Windows color (decimal): -7782032 or 7356809. OLE color: 7356809.

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

Color convert

RGB13765112-
CMYK00.530.180.46
HSL320.83º35.64%39.61%-
HSV(B)320.83º52.55%53.73%-
XYZ15.1310.2716.51-
YUV91.89139.35160.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=43.63%
G=20.70%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376511200.530.180.46320.8335.6439.61
Hex894170035122E1412428
Octal21110116006522565014450
Binary1000100110000011110000011010110010101110101000001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894170; }

 p { color: rgb(137,65,112); }

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

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

 a { background-color: rgb(137,65,112); }

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

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

 span { border-color: rgb(137,65,112); }

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