#893C67

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

Shades of Cosmic #893C67

Tints of Cosmic #893C67

Color information

#893C67 (or 0x893C67) is unknown color: approx Cosmic. HEX triplet: 89, 3C and 67. RGB value is (137,60,103). Sum of RGB (Red+Green+Blue) = 137+60+103=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #893C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C67 is #76C398. Grayscale: #575757. Windows color (decimal): -7783321 or 6765705. OLE color: 6765705.

HSL color Cylindrical-coordinate representation of color #893C67: hue angle of 326.49º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C67 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB13760103-
CMYK00.560.250.46
HSL326.49º39.09%38.63%-
HSV(B)326.49º56.2%53.73%-
XYZ14.389.5313.91-
YUV87.92136.51163-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.67%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 103 (40.62% from 255) = 34.33%
R=45.67%
G=20%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376010300.560.250.46326.4939.0938.63
Hex893C67038192E1462727
Octal2117414707031565064747
Binary100010011111001100111011100011001101110101000110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893C67; }

 p { color: rgb(137,60,103); }

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

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

 a { background-color: rgb(137,60,103); }

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

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

 span { border-color: rgb(137,60,103); }

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