#894566

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

Shades of Cosmic #894566

Tints of Cosmic #894566

Color information

#894566 (or 0x894566) is unknown color: approx Cosmic. HEX triplet: 89, 45 and 66. RGB value is (137,69,102). Sum of RGB (Red+Green+Blue) = 137+69+102=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #894566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894566 is #76BA99. Grayscale: #5D5D5D. Windows color (decimal): -7781018 or 6702473. OLE color: 6702473.

HSL color Cylindrical-coordinate representation of color #894566: hue angle of 330.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894566 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB13769102-
CMYK00.500.260.46
HSL330.88º33.01%40.39%-
HSV(B)330.88º49.64%53.73%-
XYZ14.8410.5313.82-
YUV93.09133.03159.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=44.48%
G=22.40%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376910200.500.260.46330.8833.0140.39
Hex8945660321A2E14b2128
Octal21110514606232565134150
Binary1000100110001011100110011001011010101110101001011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894566; }

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

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

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

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

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

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

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

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