#894070

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

Shades of Cosmic #894070

Tints of Cosmic #894070

Color information

#894070 (or 0x894070) is unknown color: approx Cosmic. HEX triplet: 89, 40 and 70. RGB value is (137,64,112). Sum of RGB (Red+Green+Blue) = 137+64+112=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #894070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894070 is #76BF8F. Grayscale: #5B5B5B. Windows color (decimal): -7782288 or 7356553. OLE color: 7356553.

HSL color Cylindrical-coordinate representation of color #894070: hue angle of 320.55º 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 #894070 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13764112-
CMYK00.530.180.46
HSL320.55º36.32%39.41%-
HSV(B)320.55º53.28%53.73%-
XYZ15.0710.1616.49-
YUV91.3139.68160.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=43.77%
G=20.45%
B=35.78%

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
Decimal1376411200.530.180.46320.5536.3239.41
Hex894070035122E1412427
Octal21110016006522565014447
Binary1000100110000001110000011010110010101110101000001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894070; }

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

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

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

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

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

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

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

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