#893E63

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

Shades of Cosmic #893E63

Tints of Cosmic #893E63

Color information

#893E63 (or 0x893E63) is unknown color: approx Cosmic. HEX triplet: 89, 3E and 63. RGB value is (137,62,99). Sum of RGB (Red+Green+Blue) = 137+62+99=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #893E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893E63 is #76C19C. Grayscale: #585858. Windows color (decimal): -7782813 or 6504073. OLE color: 6504073.

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

Color convert

RGB1376299-
CMYK00.550.280.46
HSL330.4º37.69%39.02%-
HSV(B)330.4º54.74%53.73%-
XYZ14.299.6612.92-
YUV88.64133.85162.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 62 (24.61% from 255) = 20.81%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=45.97%
G=20.81%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137629900.550.280.46330.437.6939.02
Hex893E630371C2E14a2627
Octal2117614306734565124647
Binary100010011111101100011011011111100101110101001010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,62,99); }

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

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

 a { background-color: rgb(137,62,99); }

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

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

 span { border-color: rgb(137,62,99); }

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