#893F6F

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

Shades of Cosmic #893F6F

Tints of Cosmic #893F6F

Color information

#893F6F (or 0x893F6F) is unknown color: approx Cosmic. HEX triplet: 89, 3F and 6F. RGB value is (137,63,111). Sum of RGB (Red+Green+Blue) = 137+63+111=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #893F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893F6F is #76C090. Grayscale: #5A5A5A. Windows color (decimal): -7782545 or 7290761. OLE color: 7290761.

HSL color Cylindrical-coordinate representation of color #893F6F: hue angle of 321.08º 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 #893F6F is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB13763111-
CMYK00.540.190.46
HSL321.08º37%39.22%-
HSV(B)321.08º54.01%53.73%-
XYZ14.9610.0216.18-
YUV90.6139.52161.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 63 (25% from 255) = 20.26%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=44.05%
G=20.26%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376311100.540.190.46321.083739.22
Hex893F6F036132E1412527
Octal2117715706623565014547
Binary100010011111111101111011011010011101110101000001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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