#893F6C

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

Shades of Cosmic #893F6C

Tints of Cosmic #893F6C

Color information

#893F6C (or 0x893F6C) is unknown color: approx Cosmic. HEX triplet: 89, 3F and 6C. RGB value is (137,63,108). Sum of RGB (Red+Green+Blue) = 137+63+108=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #893F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893F6C is #76C093. Grayscale: #5A5A5A. Windows color (decimal): -7782548 or 7094153. OLE color: 7094153.

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

Color convert

RGB13763108-
CMYK00.540.210.46
HSL323.51º37%39.22%-
HSV(B)323.51º54.01%53.73%-
XYZ14.89.9615.33-
YUV90.26138.02161.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 63 (25% from 255) = 20.45%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=44.48%
G=20.45%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376310800.540.210.46323.513739.22
Hex893F6C036152E1442527
Octal2117715406625565044547
Binary100010011111111101100011011010101101110101000100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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