#894366

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

Shades of Cosmic #894366

Tints of Cosmic #894366

Color information

#894366 (or 0x894366) is unknown color: approx Cosmic. HEX triplet: 89, 43 and 66. RGB value is (137,67,102). Sum of RGB (Red+Green+Blue) = 137+67+102=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #894366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894366 is #76BC99. Grayscale: #5B5B5B. Windows color (decimal): -7781530 or 6701961. OLE color: 6701961.

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

Color convert

RGB13767102-
CMYK00.510.260.46
HSL330º34.31%40%-
HSV(B)330º51.09%53.73%-
XYZ14.7210.2913.78-
YUV91.92133.69160.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=44.77%
G=21.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376710200.510.260.4633034.3140
Hex8943660331A2E14a2228
Octal21110314606332565124250
Binary1000100110000111100110011001111010101110101001010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894366; }

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

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

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

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

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

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

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

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