#893A6C

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

Shades of Cosmic #893A6C

Tints of Cosmic #893A6C

Color information

#893A6C (or 0x893A6C) is unknown color: approx Cosmic. HEX triplet: 89, 3A and 6C. RGB value is (137,58,108). Sum of RGB (Red+Green+Blue) = 137+58+108=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #893A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A6C is #76C593. Grayscale: #575757. Windows color (decimal): -7783828 or 7092873. OLE color: 7092873.

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

Color convert

RGB13758108-
CMYK00.580.210.46
HSL322.03º40.51%38.24%-
HSV(B)322.03º57.66%53.73%-
XYZ14.549.4315.24-
YUV87.32139.67163.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=45.21%
G=19.14%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375810800.580.210.46322.0340.5138.24
Hex893A6C03A152E1422926
Octal2117215407225565025146
Binary100010011110101101100011101010101101110101000010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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