#893B6E

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

Shades of Cosmic #893B6E

Tints of Cosmic #893B6E

Color information

#893B6E (or 0x893B6E) is unknown color: approx Cosmic. HEX triplet: 89, 3B and 6E. RGB value is (137,59,110). Sum of RGB (Red+Green+Blue) = 137+59+110=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #893B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893B6E is #76C491. Grayscale: #585858. Windows color (decimal): -7783570 or 7224201. OLE color: 7224201.

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

Color convert

RGB13759110-
CMYK00.570.200.46
HSL320.77º39.8%38.43%-
HSV(B)320.77º56.93%53.73%-
XYZ14.699.5715.82-
YUV88.14140.34162.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=44.77%
G=19.28%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375911000.570.200.46320.7739.838.43
Hex893B6E039142E1412826
Octal2117315607124565015046
Binary100010011110111101110011100110100101110101000001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,59,110); }

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

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

 a { background-color: rgb(137,59,110); }

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

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

 span { border-color: rgb(137,59,110); }

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