#894168

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

Shades of Cosmic #894168

Tints of Cosmic #894168

Color information

#894168 (or 0x894168) is unknown color: approx Cosmic. HEX triplet: 89, 41 and 68. RGB value is (137,65,104). Sum of RGB (Red+Green+Blue) = 137+65+104=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #894168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894168 is #76BE97. Grayscale: #5A5A5A. Windows color (decimal): -7782040 or 6832521. OLE color: 6832521.

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

Color convert

RGB13765104-
CMYK00.530.240.46
HSL327.5º35.64%39.61%-
HSV(B)327.5º52.55%53.73%-
XYZ14.7110.114.27-
YUV90.97135.35160.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=44.77%
G=21.24%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376510400.530.240.46327.535.6439.61
Hex894168035182E1482428
Octal21110115006530565104450
Binary1000100110000011101000011010111000101110101001000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894168; }

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

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

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

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

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

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

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

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