#894369

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

Shades of Cosmic #894369

Tints of Cosmic #894369

Color information

#894369 (or 0x894369) is unknown color: approx Cosmic. HEX triplet: 89, 43 and 69. RGB value is (137,67,105). Sum of RGB (Red+Green+Blue) = 137+67+105=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #894369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894369 is #76BC96. Grayscale: #5C5C5C. Windows color (decimal): -7781527 or 6898569. OLE color: 6898569.

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

Color convert

RGB13767105-
CMYK00.510.230.46
HSL327.43º34.31%40%-
HSV(B)327.43º51.09%53.73%-
XYZ14.8710.3514.58-
YUV92.26135.19159.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=44.34%
G=21.68%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376710500.510.230.46327.4334.3140
Hex894369033172E1472228
Octal21110315106327565074250
Binary1000100110000111101001011001110111101110101000111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894369; }

 p { color: rgb(137,67,105); }

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

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

 a { background-color: rgb(137,67,105); }

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

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

 span { border-color: rgb(137,67,105); }

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