#893A68

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

Shades of Cosmic #893A68

Tints of Cosmic #893A68

Color information

#893A68 (or 0x893A68) is unknown color: approx Cosmic. HEX triplet: 89, 3A and 68. RGB value is (137,58,104). Sum of RGB (Red+Green+Blue) = 137+58+104=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #893A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A68 is #76C597. Grayscale: #565656. Windows color (decimal): -7783832 or 6830729. OLE color: 6830729.

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

Color convert

RGB13758104-
CMYK00.580.240.46
HSL325.06º40.51%38.24%-
HSV(B)325.06º57.66%53.73%-
XYZ14.339.3414.15-
YUV86.86137.67163.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 58 (23.05% from 255) = 19.40%
BLUE value IS 104 (41.02% from 255) = 34.78%
R=45.82%
G=19.40%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375810400.580.240.46325.0640.5138.24
Hex893A6803A182E1452926
Octal2117215007230565055146
Binary100010011110101101000011101011000101110101000101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,58,104); }

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

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

 a { background-color: rgb(137,58,104); }

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

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

 span { border-color: rgb(137,58,104); }

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