#893F6A

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

Shades of Cosmic #893F6A

Tints of Cosmic #893F6A

Color information

#893F6A (or 0x893F6A) is unknown color: approx Cosmic. HEX triplet: 89, 3F and 6A. RGB value is (137,63,106). Sum of RGB (Red+Green+Blue) = 137+63+106=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #893F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893F6A is #76C095. Grayscale: #595959. Windows color (decimal): -7782550 or 6963081. OLE color: 6963081.

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

Color convert

RGB13763106-
CMYK00.540.230.46
HSL325.14º37%39.22%-
HSV(B)325.14º54.01%53.73%-
XYZ14.79.9114.77-
YUV90.03137.02161.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 63 (25% from 255) = 20.59%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=44.77%
G=20.59%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376310600.540.230.46325.143739.22
Hex893F6A036172E1452527
Octal2117715206627565054547
Binary100010011111111101010011011010111101110101000101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,63,106); }

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

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

 a { background-color: rgb(137,63,106); }

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

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

 span { border-color: rgb(137,63,106); }

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